@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:21:36+02:00", comments="JAXB RI v2.2.11") public class MedicationType extends Object implements Serializable
Java class for medicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="medicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-MEDICATION"/>
<element name="inn" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/>
<element name="magistral" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/>
</choice>
<element name="tradename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="presentation" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}presentationType" minOccurs="0"/>
<element name="strength" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}strengthType" minOccurs="0"/>
<element name="route" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}routeType" minOccurs="0"/>
<element name="batch" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<sequence minOccurs="0">
<element name="numberofpackage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="package" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}packageType" minOccurs="0"/>
<element name="quantityperpackage" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
<element name="instructionforoverdosing" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" minOccurs="0"/>
<element name="instructionforpatient" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" minOccurs="0"/>
<element name="instructionforreimbursement" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" minOccurs="0"/>
<element name="issubstitutionallowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MedicationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatch()
Gets the value of the batch property.
|
CDMEDICATION |
getCd()
Gets the value of the cd property.
|
TextType |
getInn()
Gets the value of the inn property.
|
TextType |
getInstructionforoverdosing()
Gets the value of the instructionforoverdosing property.
|
TextType |
getInstructionforpatient()
Gets the value of the instructionforpatient property.
|
TextType |
getInstructionforreimbursement()
Gets the value of the instructionforreimbursement property.
|
TextType |
getMagistral()
Gets the value of the magistral property.
|
BigDecimal |
getNumberofpackage()
Gets the value of the numberofpackage property.
|
PackageType |
getPackage()
Gets the value of the package property.
|
PresentationType |
getPresentation()
Gets the value of the presentation property.
|
BigDecimal |
getQuantityperpackage()
Gets the value of the quantityperpackage property.
|
RouteType |
getRoute()
Gets the value of the route property.
|
StrengthType |
getStrength()
Gets the value of the strength property.
|
String |
getTradename()
Gets the value of the tradename property.
|
Boolean |
isIssubstitutionallowed()
Gets the value of the issubstitutionallowed property.
|
void |
setBatch(String value)
Sets the value of the batch property.
|
void |
setCd(CDMEDICATION value)
Sets the value of the cd property.
|
void |
setInn(TextType value)
Sets the value of the inn property.
|
void |
setInstructionforoverdosing(TextType value)
Sets the value of the instructionforoverdosing property.
|
void |
setInstructionforpatient(TextType value)
Sets the value of the instructionforpatient property.
|
void |
setInstructionforreimbursement(TextType value)
Sets the value of the instructionforreimbursement property.
|
void |
setIssubstitutionallowed(Boolean value)
Sets the value of the issubstitutionallowed property.
|
void |
setMagistral(TextType value)
Sets the value of the magistral property.
|
void |
setNumberofpackage(BigDecimal value)
Sets the value of the numberofpackage property.
|
void |
setPackage(PackageType value)
Sets the value of the package property.
|
void |
setPresentation(PresentationType value)
Sets the value of the presentation property.
|
void |
setQuantityperpackage(BigDecimal value)
Sets the value of the quantityperpackage property.
|
void |
setRoute(RouteType value)
Sets the value of the route property.
|
void |
setStrength(StrengthType value)
Sets the value of the strength property.
|
void |
setTradename(String value)
Sets the value of the tradename property.
|
public TextType getMagistral()
TextTypepublic void setMagistral(TextType value)
value - allowed object is
TextTypepublic TextType getInn()
TextTypepublic void setInn(TextType value)
value - allowed object is
TextTypepublic CDMEDICATION getCd()
CDMEDICATIONpublic void setCd(CDMEDICATION value)
value - allowed object is
CDMEDICATIONpublic String getTradename()
Stringpublic void setTradename(String value)
value - allowed object is
Stringpublic PresentationType getPresentation()
PresentationTypepublic void setPresentation(PresentationType value)
value - allowed object is
PresentationTypepublic StrengthType getStrength()
StrengthTypepublic void setStrength(StrengthType value)
value - allowed object is
StrengthTypepublic RouteType getRoute()
RouteTypepublic void setRoute(RouteType value)
value - allowed object is
RouteTypepublic String getBatch()
Stringpublic void setBatch(String value)
value - allowed object is
Stringpublic BigDecimal getNumberofpackage()
BigDecimalpublic void setNumberofpackage(BigDecimal value)
value - allowed object is
BigDecimalpublic PackageType getPackage()
PackageTypepublic void setPackage(PackageType value)
value - allowed object is
PackageTypepublic BigDecimal getQuantityperpackage()
BigDecimalpublic void setQuantityperpackage(BigDecimal value)
value - allowed object is
BigDecimalpublic TextType getInstructionforoverdosing()
TextTypepublic void setInstructionforoverdosing(TextType value)
value - allowed object is
TextTypepublic TextType getInstructionforpatient()
TextTypepublic void setInstructionforpatient(TextType value)
value - allowed object is
TextTypepublic TextType getInstructionforreimbursement()
TextTypepublic void setInstructionforreimbursement(TextType value)
value - allowed object is
TextTypepublic Boolean isIssubstitutionallowed()
Boolean
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.