|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.order.DrugOrderSupport
public class DrugOrderSupport
Method Summary | |
---|---|
static DrugOrderSupport |
getInstance()
|
java.util.List<RegimenSuggestion> |
getStandardRegimens()
|
java.util.List<RegimenSuggestion> |
getSuggestedRegimens()
|
void |
globalPropertyChanged(GlobalProperty newValue)
Called after a global property is created or updated |
void |
globalPropertyDeleted(java.lang.String propertyName)
Called after a global property is deleted |
void |
setStandardRegimens(java.util.List<RegimenSuggestion> standardRegimens)
|
void |
setSuggestedRegimens(java.util.List<RegimenSuggestion> suggestedRegimens)
|
boolean |
supportsPropertyName(java.lang.String propertyName)
Asks this listener whether it wants to be notified about the given property name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DrugOrderSupport getInstance()
public java.util.List<RegimenSuggestion> getStandardRegimens()
public void setStandardRegimens(java.util.List<RegimenSuggestion> standardRegimens)
standardRegimens
- The standardRegimens to set.public java.util.List<RegimenSuggestion> getSuggestedRegimens()
public void setSuggestedRegimens(java.util.List<RegimenSuggestion> suggestedRegimens)
suggestedRegimens
- The suggestedRegimens to set.public boolean supportsPropertyName(java.lang.String propertyName)
GlobalPropertyListener
supportsPropertyName
in interface GlobalPropertyListener
GlobalPropertyListener.supportsPropertyName(java.lang.String)
public void globalPropertyChanged(GlobalProperty newValue)
GlobalPropertyListener
globalPropertyChanged
in interface GlobalPropertyListener
newValue
- the new value of the property that was just savedGlobalPropertyListener.globalPropertyChanged(org.openmrs.GlobalProperty)
public void globalPropertyDeleted(java.lang.String propertyName)
GlobalPropertyListener
globalPropertyDeleted
in interface GlobalPropertyListener
propertyName
- the name of the property that was just deletedGlobalPropertyListener.globalPropertyDeleted(java.lang.String)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |