Package org.hl7.fhir
Class MedicationOrderDispenseRequest
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.MedicationOrderDispenseRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class MedicationOrderDispenseRequest
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.DispenseRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MedicationOrder.DispenseRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<choice minOccurs="0">
<element name="medicationCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="medicationReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="validityPeriod" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="numberOfRepeatsAllowed" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
<element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
<element name="expectedSupplyDuration" type="{http://hl7.org/fhir}Duration" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Durationprotected CodeableConceptprotected Referenceprotected PositiveIntprotected SimpleQuantityprotected PeriodFields 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 expectedSupplyDuration property.Gets the value of the medicationCodeableConcept property.Gets the value of the medicationReference property.Gets the value of the numberOfRepeatsAllowed property.Gets the value of the quantity property.Gets the value of the validityPeriod property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the expectedSupplyDuration property.voidSets the value of the medicationCodeableConcept property.voidsetMedicationReference(Reference value) Sets the value of the medicationReference property.voidSets the value of the numberOfRepeatsAllowed property.voidsetQuantity(SimpleQuantity value) Sets the value of the quantity property.voidsetValidityPeriod(Period value) Sets the value of the validityPeriod property.toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withMedicationReference(Reference value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withQuantity(SimpleQuantity value) withValidityPeriod(Period value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
medicationCodeableConcept
-
medicationReference
-
validityPeriod
-
numberOfRepeatsAllowed
-
quantity
-
expectedSupplyDuration
-
-
Constructor Details
-
MedicationOrderDispenseRequest
public MedicationOrderDispenseRequest()
-
-
Method Details
-
getMedicationCodeableConcept
Gets the value of the medicationCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setMedicationCodeableConcept
Sets the value of the medicationCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getMedicationReference
Gets the value of the medicationReference property.- Returns:
- possible object is
Reference
-
setMedicationReference
Sets the value of the medicationReference property.- Parameters:
value- allowed object isReference
-
getValidityPeriod
Gets the value of the validityPeriod property.- Returns:
- possible object is
Period
-
setValidityPeriod
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isPeriod
-
getNumberOfRepeatsAllowed
Gets the value of the numberOfRepeatsAllowed property.- Returns:
- possible object is
PositiveInt
-
setNumberOfRepeatsAllowed
Sets the value of the numberOfRepeatsAllowed property.- Parameters:
value- allowed object isPositiveInt
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
SimpleQuantity
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isSimpleQuantity
-
getExpectedSupplyDuration
Gets the value of the expectedSupplyDuration property.- Returns:
- possible object is
Duration
-
setExpectedSupplyDuration
Sets the value of the expectedSupplyDuration property.- Parameters:
value- allowed object isDuration
-
withMedicationCodeableConcept
-
withMedicationReference
-
withValidityPeriod
-
withNumberOfRepeatsAllowed
-
withQuantity
-
withExpectedSupplyDuration
-
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
-