public class SubstanceAdministration
extends java.lang.Object
Java class for SubstanceAdministration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubstanceAdministration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
<element name="typeId" type="{urn:hl7-org:v3}InfrastructureRoot.typeId" minOccurs="0"/>
<element name="templateId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="code" type="{urn:hl7-org:v3}CD" minOccurs="0"/>
<element name="text" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<element name="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="0"/>
<element name="priorityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="repeatNumber" type="{urn:hl7-org:v3}IVL_INT" minOccurs="0"/>
<element name="routeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="approachSiteCode" type="{urn:hl7-org:v3}CD" maxOccurs="unbounded" minOccurs="0"/>
<element name="doseQuantity" type="{urn:hl7-org:v3}IVL_PQ" minOccurs="0"/>
<element name="rateQuantity" type="{urn:hl7-org:v3}IVL_PQ" minOccurs="0"/>
<element name="maxDoseQuantity" type="{urn:hl7-org:v3}RTO_PQ_PQ" minOccurs="0"/>
<element name="administrationUnitCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="subject" type="{urn:hl7-org:v3}Subject" minOccurs="0"/>
<element name="specimen" type="{urn:hl7-org:v3}Specimen" maxOccurs="unbounded" minOccurs="0"/>
<element name="consumable" type="{urn:hl7-org:v3}Consumable"/>
<element name="performer" type="{urn:hl7-org:v3}Performer2" maxOccurs="unbounded" minOccurs="0"/>
<element name="author" type="{urn:hl7-org:v3}Author" maxOccurs="unbounded" minOccurs="0"/>
<element name="informant" type="{urn:hl7-org:v3}Informant12" maxOccurs="unbounded" minOccurs="0"/>
<element name="participant" type="{urn:hl7-org:v3}Participant2" maxOccurs="unbounded" minOccurs="0"/>
<element name="entryRelationship" type="{urn:hl7-org:v3}EntryRelationship" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{urn:hl7-org:v3}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="precondition" type="{urn:hl7-org:v3}Precondition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClass" fixed="SBADM" />
<attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_DocumentSubstanceMood" />
<attribute name="negationInd" type="{urn:hl7-org:v3}bl" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubstanceAdministration() |
| Modifier and Type | Method and Description |
|---|---|
CE |
getAdministrationUnitCode()
Gets the value of the administrationUnitCode property.
|
java.util.List<CD> |
getApproachSiteCode()
Gets the value of the approachSiteCode property.
|
java.util.List<Author> |
getAuthor()
Gets the value of the author property.
|
java.util.List<java.lang.String> |
getClassCode()
Gets the value of the classCode property.
|
CD |
getCode()
Gets the value of the code property.
|
Consumable |
getConsumable()
Gets the value of the consumable property.
|
IVLPQ |
getDoseQuantity()
Gets the value of the doseQuantity property.
|
java.util.List<SXCMTS> |
getEffectiveTime()
Gets the value of the effectiveTime property.
|
java.util.List<EntryRelationship> |
getEntryRelationship()
Gets the value of the entryRelationship property.
|
java.util.List<II> |
getId()
Gets the value of the id property.
|
java.util.List<Informant12> |
getInformant()
Gets the value of the informant property.
|
RTOPQPQ |
getMaxDoseQuantity()
Gets the value of the maxDoseQuantity property.
|
XDocumentSubstanceMood |
getMoodCode()
Gets the value of the moodCode property.
|
java.util.List<java.lang.String> |
getNullFlavor()
Gets the value of the nullFlavor property.
|
java.util.List<Participant2> |
getParticipant()
Gets the value of the participant property.
|
java.util.List<Performer2> |
getPerformer()
Gets the value of the performer property.
|
java.util.List<Precondition> |
getPrecondition()
Gets the value of the precondition property.
|
CE |
getPriorityCode()
Gets the value of the priorityCode property.
|
IVLPQ |
getRateQuantity()
Gets the value of the rateQuantity property.
|
java.util.List<CS> |
getRealmCode()
Gets the value of the realmCode property.
|
java.util.List<Reference> |
getReference()
Gets the value of the reference property.
|
IVLINT |
getRepeatNumber()
Gets the value of the repeatNumber property.
|
CE |
getRouteCode()
Gets the value of the routeCode property.
|
java.util.List<Specimen> |
getSpecimen()
Gets the value of the specimen property.
|
CS |
getStatusCode()
Gets the value of the statusCode property.
|
Subject |
getSubject()
Gets the value of the subject property.
|
java.util.List<II> |
getTemplateId()
Gets the value of the templateId property.
|
ED |
getText()
Gets the value of the text property.
|
InfrastructureRootTypeId |
getTypeId()
Gets the value of the typeId property.
|
java.lang.Boolean |
isNegationInd()
Gets the value of the negationInd property.
|
void |
setAdministrationUnitCode(CE value)
Sets the value of the administrationUnitCode property.
|
void |
setCode(CD value)
Sets the value of the code property.
|
void |
setConsumable(Consumable value)
Sets the value of the consumable property.
|
void |
setDoseQuantity(IVLPQ value)
Sets the value of the doseQuantity property.
|
void |
setMaxDoseQuantity(RTOPQPQ value)
Sets the value of the maxDoseQuantity property.
|
void |
setMoodCode(XDocumentSubstanceMood value)
Sets the value of the moodCode property.
|
void |
setNegationInd(java.lang.Boolean value)
Sets the value of the negationInd property.
|
void |
setPriorityCode(CE value)
Sets the value of the priorityCode property.
|
void |
setRateQuantity(IVLPQ value)
Sets the value of the rateQuantity property.
|
void |
setRepeatNumber(IVLINT value)
Sets the value of the repeatNumber property.
|
void |
setRouteCode(CE value)
Sets the value of the routeCode property.
|
void |
setStatusCode(CS value)
Sets the value of the statusCode property.
|
void |
setSubject(Subject value)
Sets the value of the subject property.
|
void |
setText(ED value)
Sets the value of the text property.
|
void |
setTypeId(InfrastructureRootTypeId value)
Sets the value of the typeId property.
|
public java.util.List<CS> getRealmCode()
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 realmCode property.
For example, to add a new item, do as follows:
getRealmCode().add(newItem);
Objects of the following type(s) are allowed in the list
CS
public InfrastructureRootTypeId getTypeId()
InfrastructureRootTypeIdpublic void setTypeId(InfrastructureRootTypeId value)
value - allowed object is
InfrastructureRootTypeIdpublic java.util.List<II> getTemplateId()
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 templateId property.
For example, to add a new item, do as follows:
getTemplateId().add(newItem);
Objects of the following type(s) are allowed in the list
II
public java.util.List<II> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
II
public void setCode(CD value)
value - allowed object is
CDpublic void setText(ED value)
value - allowed object is
EDpublic CS getStatusCode()
CSpublic void setStatusCode(CS value)
value - allowed object is
CSpublic java.util.List<SXCMTS> getEffectiveTime()
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 effectiveTime property.
For example, to add a new item, do as follows:
getEffectiveTime().add(newItem);
Objects of the following type(s) are allowed in the list
SXCMTS
public CE getPriorityCode()
CEpublic void setPriorityCode(CE value)
value - allowed object is
CEpublic IVLINT getRepeatNumber()
IVLINTpublic void setRepeatNumber(IVLINT value)
value - allowed object is
IVLINTpublic CE getRouteCode()
CEpublic void setRouteCode(CE value)
value - allowed object is
CEpublic java.util.List<CD> getApproachSiteCode()
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 approachSiteCode property.
For example, to add a new item, do as follows:
getApproachSiteCode().add(newItem);
Objects of the following type(s) are allowed in the list
CD
public IVLPQ getDoseQuantity()
IVLPQpublic void setDoseQuantity(IVLPQ value)
value - allowed object is
IVLPQpublic IVLPQ getRateQuantity()
IVLPQpublic void setRateQuantity(IVLPQ value)
value - allowed object is
IVLPQpublic RTOPQPQ getMaxDoseQuantity()
RTOPQPQpublic void setMaxDoseQuantity(RTOPQPQ value)
value - allowed object is
RTOPQPQpublic CE getAdministrationUnitCode()
CEpublic void setAdministrationUnitCode(CE value)
value - allowed object is
CEpublic Subject getSubject()
Subjectpublic void setSubject(Subject value)
value - allowed object is
Subjectpublic java.util.List<Specimen> getSpecimen()
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 specimen property.
For example, to add a new item, do as follows:
getSpecimen().add(newItem);
Objects of the following type(s) are allowed in the list
Specimen
public Consumable getConsumable()
Consumablepublic void setConsumable(Consumable value)
value - allowed object is
Consumablepublic java.util.List<Performer2> getPerformer()
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 performer property.
For example, to add a new item, do as follows:
getPerformer().add(newItem);
Objects of the following type(s) are allowed in the list
Performer2
public java.util.List<Author> getAuthor()
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 author property.
For example, to add a new item, do as follows:
getAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
Author
public java.util.List<Informant12> getInformant()
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 informant property.
For example, to add a new item, do as follows:
getInformant().add(newItem);
Objects of the following type(s) are allowed in the list
Informant12
public java.util.List<Participant2> getParticipant()
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 participant property.
For example, to add a new item, do as follows:
getParticipant().add(newItem);
Objects of the following type(s) are allowed in the list
Participant2
public java.util.List<EntryRelationship> getEntryRelationship()
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 entryRelationship property.
For example, to add a new item, do as follows:
getEntryRelationship().add(newItem);
Objects of the following type(s) are allowed in the list
EntryRelationship
public java.util.List<Reference> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
Reference
public java.util.List<Precondition> getPrecondition()
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 precondition property.
For example, to add a new item, do as follows:
getPrecondition().add(newItem);
Objects of the following type(s) are allowed in the list
Precondition
public java.util.List<java.lang.String> getNullFlavor()
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 nullFlavor property.
For example, to add a new item, do as follows:
getNullFlavor().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getClassCode()
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 classCode property.
For example, to add a new item, do as follows:
getClassCode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XDocumentSubstanceMood getMoodCode()
XDocumentSubstanceMoodpublic void setMoodCode(XDocumentSubstanceMood value)
value - allowed object is
XDocumentSubstanceMoodpublic java.lang.Boolean isNegationInd()
Booleanpublic void setNegationInd(java.lang.Boolean value)
value - allowed object is
Boolean