|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.MedicationType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:07:31+02:00", comments="JAXB RI v2.2.11") public class MedicationType
Deprecated at 01/01/2009, this complex type has been retained for backward compatibility only
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 Summary | |
---|---|
MedicationType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MedicationType()
Method Detail |
---|
public TextType getMagistral()
TextType
public void setMagistral(TextType value)
value
- allowed object is
TextType
public TextType getInn()
TextType
public void setInn(TextType value)
value
- allowed object is
TextType
public CDMEDICATION getCd()
CDMEDICATION
public void setCd(CDMEDICATION value)
value
- allowed object is
CDMEDICATION
public String getTradename()
String
public void setTradename(String value)
value
- allowed object is
String
public PresentationType getPresentation()
PresentationType
public void setPresentation(PresentationType value)
value
- allowed object is
PresentationType
public StrengthType getStrength()
StrengthType
public void setStrength(StrengthType value)
value
- allowed object is
StrengthType
public RouteType getRoute()
RouteType
public void setRoute(RouteType value)
value
- allowed object is
RouteType
public String getBatch()
String
public void setBatch(String value)
value
- allowed object is
String
public BigDecimal getNumberofpackage()
BigDecimal
public void setNumberofpackage(BigDecimal value)
value
- allowed object is
BigDecimal
public PackageType getPackage()
PackageType
public void setPackage(PackageType value)
value
- allowed object is
PackageType
public BigDecimal getQuantityperpackage()
BigDecimal
public void setQuantityperpackage(BigDecimal value)
value
- allowed object is
BigDecimal
public TextType getInstructionforoverdosing()
TextType
public void setInstructionforoverdosing(TextType value)
value
- allowed object is
TextType
public TextType getInstructionforpatient()
TextType
public void setInstructionforpatient(TextType value)
value
- allowed object is
TextType
public TextType getInstructionforreimbursement()
TextType
public void setInstructionforreimbursement(TextType value)
value
- allowed object is
TextType
public Boolean isIssubstitutionallowed()
Boolean
public void setIssubstitutionallowed(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |