Package org.hl7.fhir
Class MedicationOrderDosageInstruction
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.MedicationOrderDosageInstruction
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class MedicationOrderDosageInstruction
extends BackboneElement
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
An order for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationOrder" rather than "MedicationPrescription" to generalize the use across inpatient and outpatient settings as well as for care plans, etc.
Java class for MedicationOrder.DosageInstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MedicationOrder.DosageInstruction">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="additionalInstructions" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="timing" type="{http://hl7.org/fhir}Timing" minOccurs="0"/>
<choice minOccurs="0">
<element name="asNeededBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="asNeededCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
</choice>
<choice minOccurs="0">
<element name="siteCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="siteReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="route" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="method" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<choice minOccurs="0">
<element name="doseRange" type="{http://hl7.org/fhir}Range"/>
<element name="doseQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/>
</choice>
<choice minOccurs="0">
<element name="rateRatio" type="{http://hl7.org/fhir}Ratio"/>
<element name="rateRange" type="{http://hl7.org/fhir}Range"/>
<element name="rateQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/>
</choice>
<element name="maxDosePerPeriod" type="{http://hl7.org/fhir}Ratio" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected Booleanprotected CodeableConceptprotected SimpleQuantityprotected Rangeprotected Ratioprotected CodeableConceptprotected SimpleQuantityprotected Rangeprotected Ratioprotected CodeableConceptprotected CodeableConceptprotected Referenceprotected Stringprotected TimingFields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the additionalInstructions property.Gets the value of the asNeededBoolean property.Gets the value of the asNeededCodeableConcept property.Gets the value of the doseQuantity property.Gets the value of the doseRange property.Gets the value of the maxDosePerPeriod property.Gets the value of the method property.Gets the value of the rateQuantity property.Gets the value of the rateRange property.Gets the value of the rateRatio property.getRoute()Gets the value of the route property.Gets the value of the siteCodeableConcept property.Gets the value of the siteReference property.getText()Gets the value of the text property.Gets the value of the timing property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the additionalInstructions property.voidsetAsNeededBoolean(Boolean value) Sets the value of the asNeededBoolean property.voidSets the value of the asNeededCodeableConcept property.voidsetDoseQuantity(SimpleQuantity value) Sets the value of the doseQuantity property.voidsetDoseRange(Range value) Sets the value of the doseRange property.voidsetMaxDosePerPeriod(Ratio value) Sets the value of the maxDosePerPeriod property.voidsetMethod(CodeableConcept value) Sets the value of the method property.voidsetRateQuantity(SimpleQuantity value) Sets the value of the rateQuantity property.voidsetRateRange(Range value) Sets the value of the rateRange property.voidsetRateRatio(Ratio value) Sets the value of the rateRatio property.voidsetRoute(CodeableConcept value) Sets the value of the route property.voidSets the value of the siteCodeableConcept property.voidsetSiteReference(Reference value) Sets the value of the siteReference property.voidSets the value of the text property.voidSets the value of the timing property.toString()withAsNeededBoolean(Boolean value) withDoseQuantity(SimpleQuantity value) withDoseRange(Range value) withExtension(Collection<Extension> values) withExtension(Extension... values) withMaxDosePerPeriod(Ratio value) withMethod(CodeableConcept value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withRateQuantity(SimpleQuantity value) withRateRange(Range value) withRateRatio(Ratio value) withRoute(CodeableConcept value) withSiteReference(Reference value) withTiming(Timing value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
text
-
additionalInstructions
-
timing
-
asNeededBoolean
-
asNeededCodeableConcept
-
siteCodeableConcept
-
siteReference
-
route
-
method
-
doseRange
-
doseQuantity
-
rateRatio
-
rateRange
-
rateQuantity
-
maxDosePerPeriod
-
-
Constructor Details
-
MedicationOrderDosageInstruction
public MedicationOrderDosageInstruction()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getAdditionalInstructions
Gets the value of the additionalInstructions property.- Returns:
- possible object is
CodeableConcept
-
setAdditionalInstructions
Sets the value of the additionalInstructions property.- Parameters:
value- allowed object isCodeableConcept
-
getTiming
Gets the value of the timing property.- Returns:
- possible object is
Timing
-
setTiming
Sets the value of the timing property.- Parameters:
value- allowed object isTiming
-
getAsNeededBoolean
Gets the value of the asNeededBoolean property.- Returns:
- possible object is
Boolean
-
setAsNeededBoolean
Sets the value of the asNeededBoolean property.- Parameters:
value- allowed object isBoolean
-
getAsNeededCodeableConcept
Gets the value of the asNeededCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setAsNeededCodeableConcept
Sets the value of the asNeededCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getSiteCodeableConcept
Gets the value of the siteCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setSiteCodeableConcept
Sets the value of the siteCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getSiteReference
Gets the value of the siteReference property.- Returns:
- possible object is
Reference
-
setSiteReference
Sets the value of the siteReference property.- Parameters:
value- allowed object isReference
-
getRoute
Gets the value of the route property.- Returns:
- possible object is
CodeableConcept
-
setRoute
Sets the value of the route property.- Parameters:
value- allowed object isCodeableConcept
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
CodeableConcept
-
setMethod
Sets the value of the method property.- Parameters:
value- allowed object isCodeableConcept
-
getDoseRange
Gets the value of the doseRange property.- Returns:
- possible object is
Range
-
setDoseRange
Sets the value of the doseRange property.- Parameters:
value- allowed object isRange
-
getDoseQuantity
Gets the value of the doseQuantity property.- Returns:
- possible object is
SimpleQuantity
-
setDoseQuantity
Sets the value of the doseQuantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getRateRatio
Gets the value of the rateRatio property.- Returns:
- possible object is
Ratio
-
setRateRatio
Sets the value of the rateRatio property.- Parameters:
value- allowed object isRatio
-
getRateRange
Gets the value of the rateRange property.- Returns:
- possible object is
Range
-
setRateRange
Sets the value of the rateRange property.- Parameters:
value- allowed object isRange
-
getRateQuantity
Gets the value of the rateQuantity property.- Returns:
- possible object is
SimpleQuantity
-
setRateQuantity
Sets the value of the rateQuantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getMaxDosePerPeriod
Gets the value of the maxDosePerPeriod property.- Returns:
- possible object is
Ratio
-
setMaxDosePerPeriod
Sets the value of the maxDosePerPeriod property.- Parameters:
value- allowed object isRatio
-
withText
-
withAdditionalInstructions
-
withTiming
-
withAsNeededBoolean
-
withAsNeededCodeableConcept
-
withSiteCodeableConcept
-
withSiteReference
-
withRoute
-
withMethod
-
withDoseRange
-
withDoseQuantity
-
withRateRatio
-
withRateRange
-
withRateQuantity
-
withMaxDosePerPeriod
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBackboneElement
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBackboneElement
-