@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:17:29+02:00", comments="JAXB RI v2.3.7") public class ConsultStandardDosageType extends Object implements Serializable
Java class for ConsultStandardDosageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultStandardDosageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Indication" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultIndicationType" maxOccurs="unbounded"/>
<element name="StandardDosageParamBounds" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultBoundedParameterType" maxOccurs="unbounded"/>
<element name="TargetGroup" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="KidneyFailureClass" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LiverFailureClass" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RouteOfAdministrationCode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="RouteSpecification" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="TreatmentDurationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TemporaryDurationDetails" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTemporaryDurationDetailsType" minOccurs="0"/>
<element name="DosageUnit" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultParameterizedQuantityType" minOccurs="0"/>
<element name="AdministrationFrequency" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAdministrationFrequencyType" minOccurs="0"/>
<element name="MaximumAdministrationFrequency" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAdministrationFrequencyType" minOccurs="0"/>
<element name="MaximumDailyQuantity" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultParameterizedQuantityType" minOccurs="0"/>
<element name="TextualDosage" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="SupplementaryInfo" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
</sequence>
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultStandardDosageType() |
| Modifier and Type | Method and Description |
|---|---|
ConsultAdministrationFrequencyType |
getAdministrationFrequency()
Gets the value of the administrationFrequency property.
|
int |
getCode()
Gets the value of the code property.
|
ConsultParameterizedQuantityType |
getDosageUnit()
Gets the value of the dosageUnit property.
|
List<ConsultIndicationType> |
getIndications()
Gets the value of the indications property.
|
Integer |
getKidneyFailureClass()
Gets the value of the kidneyFailureClass property.
|
Integer |
getLiverFailureClass()
Gets the value of the liverFailureClass property.
|
ConsultAdministrationFrequencyType |
getMaximumAdministrationFrequency()
Gets the value of the maximumAdministrationFrequency property.
|
ConsultParameterizedQuantityType |
getMaximumDailyQuantity()
Gets the value of the maximumDailyQuantity property.
|
List<String> |
getRouteOfAdministrationCodes()
Gets the value of the routeOfAdministrationCodes property.
|
ConsultTextType |
getRouteSpecification()
Gets the value of the routeSpecification property.
|
List<ConsultBoundedParameterType> |
getStandardDosageParamBounds()
Gets the value of the standardDosageParamBounds property.
|
ConsultTextType |
getSupplementaryInfo()
Gets the value of the supplementaryInfo property.
|
String |
getTargetGroup()
Gets the value of the targetGroup property.
|
ConsultTemporaryDurationDetailsType |
getTemporaryDurationDetails()
Gets the value of the temporaryDurationDetails property.
|
ConsultTextType |
getTextualDosage()
Gets the value of the textualDosage property.
|
String |
getTreatmentDurationType()
Gets the value of the treatmentDurationType property.
|
void |
setAdministrationFrequency(ConsultAdministrationFrequencyType value)
Sets the value of the administrationFrequency property.
|
void |
setCode(int value)
Sets the value of the code property.
|
void |
setDosageUnit(ConsultParameterizedQuantityType value)
Sets the value of the dosageUnit property.
|
void |
setKidneyFailureClass(Integer value)
Sets the value of the kidneyFailureClass property.
|
void |
setLiverFailureClass(Integer value)
Sets the value of the liverFailureClass property.
|
void |
setMaximumAdministrationFrequency(ConsultAdministrationFrequencyType value)
Sets the value of the maximumAdministrationFrequency property.
|
void |
setMaximumDailyQuantity(ConsultParameterizedQuantityType value)
Sets the value of the maximumDailyQuantity property.
|
void |
setRouteSpecification(ConsultTextType value)
Sets the value of the routeSpecification property.
|
void |
setSupplementaryInfo(ConsultTextType value)
Sets the value of the supplementaryInfo property.
|
void |
setTargetGroup(String value)
Sets the value of the targetGroup property.
|
void |
setTemporaryDurationDetails(ConsultTemporaryDurationDetailsType value)
Sets the value of the temporaryDurationDetails property.
|
void |
setTextualDosage(ConsultTextType value)
Sets the value of the textualDosage property.
|
void |
setTreatmentDurationType(String value)
Sets the value of the treatmentDurationType property.
|
public List<ConsultIndicationType> getIndications()
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 set method for the indications property.
For example, to add a new item, do as follows:
getIndications().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultIndicationType
public List<ConsultBoundedParameterType> getStandardDosageParamBounds()
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 set method for the standardDosageParamBounds property.
For example, to add a new item, do as follows:
getStandardDosageParamBounds().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultBoundedParameterType
public String getTargetGroup()
Stringpublic void setTargetGroup(String value)
value - allowed object is
Stringpublic Integer getKidneyFailureClass()
Integerpublic void setKidneyFailureClass(Integer value)
value - allowed object is
Integerpublic Integer getLiverFailureClass()
Integerpublic void setLiverFailureClass(Integer value)
value - allowed object is
Integerpublic List<String> getRouteOfAdministrationCodes()
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 set method for the routeOfAdministrationCodes property.
For example, to add a new item, do as follows:
getRouteOfAdministrationCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ConsultTextType getRouteSpecification()
ConsultTextTypepublic void setRouteSpecification(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic String getTreatmentDurationType()
Stringpublic void setTreatmentDurationType(String value)
value - allowed object is
Stringpublic ConsultTemporaryDurationDetailsType getTemporaryDurationDetails()
ConsultTemporaryDurationDetailsTypepublic void setTemporaryDurationDetails(ConsultTemporaryDurationDetailsType value)
value - allowed object is
ConsultTemporaryDurationDetailsTypepublic ConsultParameterizedQuantityType getDosageUnit()
ConsultParameterizedQuantityTypepublic void setDosageUnit(ConsultParameterizedQuantityType value)
value - allowed object is
ConsultParameterizedQuantityTypepublic ConsultAdministrationFrequencyType getAdministrationFrequency()
ConsultAdministrationFrequencyTypepublic void setAdministrationFrequency(ConsultAdministrationFrequencyType value)
value - allowed object is
ConsultAdministrationFrequencyTypepublic ConsultAdministrationFrequencyType getMaximumAdministrationFrequency()
ConsultAdministrationFrequencyTypepublic void setMaximumAdministrationFrequency(ConsultAdministrationFrequencyType value)
value - allowed object is
ConsultAdministrationFrequencyTypepublic ConsultParameterizedQuantityType getMaximumDailyQuantity()
ConsultParameterizedQuantityTypepublic void setMaximumDailyQuantity(ConsultParameterizedQuantityType value)
value - allowed object is
ConsultParameterizedQuantityTypepublic ConsultTextType getTextualDosage()
ConsultTextTypepublic void setTextualDosage(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getSupplementaryInfo()
ConsultTextTypepublic void setSupplementaryInfo(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic int getCode()
public void setCode(int value)
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.