Class VisionPrescription
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.VisionPrescription
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class VisionPrescription extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for VisionPrescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VisionPrescription"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="dateWritten" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/> <element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="prescriber" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <choice minOccurs="0"> <element name="reasonCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/> <element name="reasonReference" type="{http://hl7.org/fhir}Reference"/> </choice> <element name="dispense" type="{http://hl7.org/fhir}VisionPrescription.Dispense" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateTimedateWrittenprotected java.util.List<VisionPrescriptionDispense>dispenseprotected Referenceencounterprotected java.util.List<Identifier>identifierprotected Referencepatientprotected Referenceprescriberprotected CodeableConceptreasonCodeableConceptprotected ReferencereasonReference-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description VisionPrescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)DateTimegetDateWritten()Gets the value of the dateWritten property.java.util.List<VisionPrescriptionDispense>getDispense()Gets the value of the dispense property.ReferencegetEncounter()Gets the value of the encounter property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.ReferencegetPatient()Gets the value of the patient property.ReferencegetPrescriber()Gets the value of the prescriber property.CodeableConceptgetReasonCodeableConcept()Gets the value of the reasonCodeableConcept property.ReferencegetReasonReference()Gets the value of the reasonReference property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDateWritten(DateTime value)Sets the value of the dateWritten property.voidsetEncounter(Reference value)Sets the value of the encounter property.voidsetPatient(Reference value)Sets the value of the patient property.voidsetPrescriber(Reference value)Sets the value of the prescriber property.voidsetReasonCodeableConcept(CodeableConcept value)Sets the value of the reasonCodeableConcept property.voidsetReasonReference(Reference value)Sets the value of the reasonReference property.java.lang.StringtoString()VisionPrescriptionwithContained(java.util.Collection<ResourceContainer> values)VisionPrescriptionwithContained(ResourceContainer... values)VisionPrescriptionwithDateWritten(DateTime value)VisionPrescriptionwithDispense(java.util.Collection<VisionPrescriptionDispense> values)VisionPrescriptionwithDispense(VisionPrescriptionDispense... values)VisionPrescriptionwithEncounter(Reference value)VisionPrescriptionwithExtension(java.util.Collection<Extension> values)VisionPrescriptionwithExtension(Extension... values)VisionPrescriptionwithId(Id value)VisionPrescriptionwithIdentifier(java.util.Collection<Identifier> values)VisionPrescriptionwithIdentifier(Identifier... values)VisionPrescriptionwithImplicitRules(Uri value)VisionPrescriptionwithLanguage(Code value)VisionPrescriptionwithMeta(Meta value)VisionPrescriptionwithModifierExtension(java.util.Collection<Extension> values)VisionPrescriptionwithModifierExtension(Extension... values)VisionPrescriptionwithPatient(Reference value)VisionPrescriptionwithPrescriber(Reference value)VisionPrescriptionwithReasonCodeableConcept(CodeableConcept value)VisionPrescriptionwithReasonReference(Reference value)VisionPrescriptionwithText(Narrative value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
identifier
protected java.util.List<Identifier> identifier
-
dateWritten
protected DateTime dateWritten
-
patient
protected Reference patient
-
prescriber
protected Reference prescriber
-
encounter
protected Reference encounter
-
reasonCodeableConcept
protected CodeableConcept reasonCodeableConcept
-
reasonReference
protected Reference reasonReference
-
dispense
protected java.util.List<VisionPrescriptionDispense> dispense
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> getIdentifier()
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier
-
getDateWritten
public DateTime getDateWritten()
Gets the value of the dateWritten property.- Returns:
- possible object is
DateTime
-
setDateWritten
public void setDateWritten(DateTime value)
Sets the value of the dateWritten property.- Parameters:
value- allowed object isDateTime
-
getPatient
public Reference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
public void setPatient(Reference value)
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getPrescriber
public Reference getPrescriber()
Gets the value of the prescriber property.- Returns:
- possible object is
Reference
-
setPrescriber
public void setPrescriber(Reference value)
Sets the value of the prescriber property.- Parameters:
value- allowed object isReference
-
getEncounter
public Reference getEncounter()
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
public void setEncounter(Reference value)
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
getReasonCodeableConcept
public CodeableConcept getReasonCodeableConcept()
Gets the value of the reasonCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setReasonCodeableConcept
public void setReasonCodeableConcept(CodeableConcept value)
Sets the value of the reasonCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getReasonReference
public Reference getReasonReference()
Gets the value of the reasonReference property.- Returns:
- possible object is
Reference
-
setReasonReference
public void setReasonReference(Reference value)
Sets the value of the reasonReference property.- Parameters:
value- allowed object isReference
-
getDispense
public java.util.List<VisionPrescriptionDispense> getDispense()
Gets the value of the dispense property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dispense property.For example, to add a new item, do as follows:
getDispense().add(newItem);Objects of the following type(s) are allowed in the list
VisionPrescriptionDispense
-
withIdentifier
public VisionPrescription withIdentifier(Identifier... values)
-
withIdentifier
public VisionPrescription withIdentifier(java.util.Collection<Identifier> values)
-
withDateWritten
public VisionPrescription withDateWritten(DateTime value)
-
withPatient
public VisionPrescription withPatient(Reference value)
-
withPrescriber
public VisionPrescription withPrescriber(Reference value)
-
withEncounter
public VisionPrescription withEncounter(Reference value)
-
withReasonCodeableConcept
public VisionPrescription withReasonCodeableConcept(CodeableConcept value)
-
withReasonReference
public VisionPrescription withReasonReference(Reference value)
-
withDispense
public VisionPrescription withDispense(VisionPrescriptionDispense... values)
-
withDispense
public VisionPrescription withDispense(java.util.Collection<VisionPrescriptionDispense> values)
-
withText
public VisionPrescription withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public VisionPrescription withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public VisionPrescription withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public VisionPrescription withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public VisionPrescription withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public VisionPrescription withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public VisionPrescription withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public VisionPrescription withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public VisionPrescription withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public VisionPrescription withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public VisionPrescription withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classDomainResource
-
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 classDomainResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDomainResource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-