public static class MedicationOrder.Substitution extends BaseIdentifiableElement implements IResourceBlock
Definition: Indicates whether or not substitution can or should be part of the dispense. In some cases substitution must happen, in other cases substitution must not happen, and in others it does not matter. This block explains the prescriber's intent. If nothing is specified substitution may be done.
| Constructor and Description |
|---|
Substitution() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getReason()
Gets the value(s) for reason ().
|
CodeableConceptDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
MedicationOrder.Substitution |
setReason(CodeableConceptDt theValue)
Sets the value(s) for reason ()
|
MedicationOrder.Substitution |
setType(CodeableConceptDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Substitution()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getType()
null.
Definition: A code signifying whether a different drug should be dispensed from what was prescribed.
public MedicationOrder.Substitution setType(CodeableConceptDt theValue)
Definition: A code signifying whether a different drug should be dispensed from what was prescribed.
public CodeableConceptDt getReason()
null.
Definition: Indicates the reason for the substitution, or why substitution must or must not be performed.
public MedicationOrder.Substitution setReason(CodeableConceptDt theValue)
Definition: Indicates the reason for the substitution, or why substitution must or must not be performed.
Copyright © 2014–2016 University Health Network. All rights reserved.