Package org.hl7.fhir
Class Medication
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Medication
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Medication 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 Medication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Medication"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="code" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="isBrand" type="{http://hl7.org/fhir}boolean" minOccurs="0"/> <element name="manufacturer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="product" type="{http://hl7.org/fhir}Medication.Product" minOccurs="0"/> <element name="package" type="{http://hl7.org/fhir}Medication.Package" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MedicationPackage_packageprotected CodeableConceptcodeprotected BooleanisBrandprotected Referencemanufacturerprotected MedicationProductproduct-
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 Medication()
-
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)CodeableConceptgetCode()Gets the value of the code property.BooleangetIsBrand()Gets the value of the isBrand property.ReferencegetManufacturer()Gets the value of the manufacturer property.MedicationPackagegetPackage()Gets the value of the package property.MedicationProductgetProduct()Gets the value of the product property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCode(CodeableConcept value)Sets the value of the code property.voidsetIsBrand(Boolean value)Sets the value of the isBrand property.voidsetManufacturer(Reference value)Sets the value of the manufacturer property.voidsetPackage(MedicationPackage value)Sets the value of the package property.voidsetProduct(MedicationProduct value)Sets the value of the product property.java.lang.StringtoString()MedicationwithCode(CodeableConcept value)MedicationwithContained(java.util.Collection<ResourceContainer> values)MedicationwithContained(ResourceContainer... values)MedicationwithExtension(java.util.Collection<Extension> values)MedicationwithExtension(Extension... values)MedicationwithId(Id value)MedicationwithImplicitRules(Uri value)MedicationwithIsBrand(Boolean value)MedicationwithLanguage(Code value)MedicationwithManufacturer(Reference value)MedicationwithMeta(Meta value)MedicationwithModifierExtension(java.util.Collection<Extension> values)MedicationwithModifierExtension(Extension... values)MedicationwithPackage(MedicationPackage value)MedicationwithProduct(MedicationProduct value)MedicationwithText(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
-
code
protected CodeableConcept code
-
isBrand
protected Boolean isBrand
-
manufacturer
protected Reference manufacturer
-
product
protected MedicationProduct product
-
_package
protected MedicationPackage _package
-
-
Method Detail
-
getCode
public CodeableConcept getCode()
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
public void setCode(CodeableConcept value)
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getIsBrand
public Boolean getIsBrand()
Gets the value of the isBrand property.- Returns:
- possible object is
Boolean
-
setIsBrand
public void setIsBrand(Boolean value)
Sets the value of the isBrand property.- Parameters:
value- allowed object isBoolean
-
getManufacturer
public Reference getManufacturer()
Gets the value of the manufacturer property.- Returns:
- possible object is
Reference
-
setManufacturer
public void setManufacturer(Reference value)
Sets the value of the manufacturer property.- Parameters:
value- allowed object isReference
-
getProduct
public MedicationProduct getProduct()
Gets the value of the product property.- Returns:
- possible object is
MedicationProduct
-
setProduct
public void setProduct(MedicationProduct value)
Sets the value of the product property.- Parameters:
value- allowed object isMedicationProduct
-
getPackage
public MedicationPackage getPackage()
Gets the value of the package property.- Returns:
- possible object is
MedicationPackage
-
setPackage
public void setPackage(MedicationPackage value)
Sets the value of the package property.- Parameters:
value- allowed object isMedicationPackage
-
withCode
public Medication withCode(CodeableConcept value)
-
withIsBrand
public Medication withIsBrand(Boolean value)
-
withManufacturer
public Medication withManufacturer(Reference value)
-
withProduct
public Medication withProduct(MedicationProduct value)
-
withPackage
public Medication withPackage(MedicationPackage value)
-
withText
public Medication withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Medication withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Medication withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Medication withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Medication withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Medication withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Medication withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Medication withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Medication withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Medication withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Medication 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
-
-