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 extensions
Java 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
FieldsModifier and TypeFieldDescriptionprotected MedicationPackageprotected CodeableConceptprotected Booleanprotected Referenceprotected MedicationProductFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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) getCode()Gets the value of the code property.Gets the value of the isBrand property.Gets the value of the manufacturer property.Gets the value of the package property.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.toString()withCode(CodeableConcept value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withImplicitRules(Uri value) withIsBrand(Boolean value) withLanguage(Code value) withManufacturer(Reference value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPackage(MedicationPackage value) withProduct(MedicationProduct value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
code
-
isBrand
-
manufacturer
-
product
-
_package
-
-
Constructor Details
-
Medication
public Medication()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getIsBrand
Gets the value of the isBrand property.- Returns:
- possible object is
Boolean
-
setIsBrand
Sets the value of the isBrand property.- Parameters:
value- allowed object isBoolean
-
getManufacturer
Gets the value of the manufacturer property.- Returns:
- possible object is
Reference
-
setManufacturer
Sets the value of the manufacturer property.- Parameters:
value- allowed object isReference
-
getProduct
Gets the value of the product property.- Returns:
- possible object is
MedicationProduct
-
setProduct
Sets the value of the product property.- Parameters:
value- allowed object isMedicationProduct
-
getPackage
Gets the value of the package property.- Returns:
- possible object is
MedicationPackage
-
setPackage
Sets the value of the package property.- Parameters:
value- allowed object isMedicationPackage
-
withCode
-
withIsBrand
-
withManufacturer
-
withProduct
-
withPackage
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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 classDomainResource
-
equals
- 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
- Overrides:
toStringin classDomainResource
-
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 classDomainResource
-
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 classDomainResource
-