|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hl7.v3.POCDMT000040Entry
public class POCDMT000040Entry
Java class for POCD_MT000040.Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="POCD_MT000040.Entry">
<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}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
<element name="templateId" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="act" type="{urn:hl7-org:v3}POCD_MT000040.Act"/>
<element name="encounter" type="{urn:hl7-org:v3}POCD_MT000040.Encounter"/>
<element name="observation" type="{urn:hl7-org:v3}POCD_MT000040.Observation"/>
<element name="observationMedia" type="{urn:hl7-org:v3}POCD_MT000040.ObservationMedia"/>
<element name="organizer" type="{urn:hl7-org:v3}POCD_MT000040.Organizer"/>
<element name="procedure" type="{urn:hl7-org:v3}POCD_MT000040.Procedure"/>
<element name="regionOfInterest" type="{urn:hl7-org:v3}POCD_MT000040.RegionOfInterest"/>
<element name="substanceAdministration" type="{urn:hl7-org:v3}POCD_MT000040.SubstanceAdministration"/>
<element name="supply" type="{urn:hl7-org:v3}POCD_MT000040.Supply"/>
</choice>
</sequence>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="typeCode" type="{urn:hl7-org:v3}x_ActRelationshipEntry" default="COMP" />
<attribute name="contextConductionInd" type="{urn:hl7-org:v3}bl" fixed="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected POCDMT000040Act |
act
|
protected java.lang.Boolean |
contextConductionInd
|
protected POCDMT000040Encounter |
encounter
|
protected java.util.List<java.lang.String> |
nullFlavor
|
protected POCDMT000040Observation |
observation
|
protected POCDMT000040ObservationMedia |
observationMedia
|
protected POCDMT000040Organizer |
organizer
|
protected POCDMT000040Procedure |
procedure
|
protected java.util.List<CS> |
realmCode
|
protected POCDMT000040RegionOfInterest |
regionOfInterest
|
protected POCDMT000040SubstanceAdministration |
substanceAdministration
|
protected POCDMT000040Supply |
supply
|
protected java.util.List<II> |
templateId
|
protected XActRelationshipEntry |
typeCode
|
protected POCDMT000040InfrastructureRootTypeId |
typeId
|
| Constructor Summary | |
|---|---|
POCDMT000040Entry()
|
|
| Method Summary | |
|---|---|
POCDMT000040Act |
getAct()
Gets the value of the act property. |
POCDMT000040Encounter |
getEncounter()
Gets the value of the encounter property. |
java.util.List<java.lang.String> |
getNullFlavor()
Gets the value of the nullFlavor property. |
POCDMT000040Observation |
getObservation()
Gets the value of the observation property. |
POCDMT000040ObservationMedia |
getObservationMedia()
Gets the value of the observationMedia property. |
POCDMT000040Organizer |
getOrganizer()
Gets the value of the organizer property. |
POCDMT000040Procedure |
getProcedure()
Gets the value of the procedure property. |
java.util.List<CS> |
getRealmCode()
Gets the value of the realmCode property. |
POCDMT000040RegionOfInterest |
getRegionOfInterest()
Gets the value of the regionOfInterest property. |
POCDMT000040SubstanceAdministration |
getSubstanceAdministration()
Gets the value of the substanceAdministration property. |
POCDMT000040Supply |
getSupply()
Gets the value of the supply property. |
java.util.List<II> |
getTemplateId()
Gets the value of the templateId property. |
XActRelationshipEntry |
getTypeCode()
Gets the value of the typeCode property. |
POCDMT000040InfrastructureRootTypeId |
getTypeId()
Gets the value of the typeId property. |
boolean |
isContextConductionInd()
Gets the value of the contextConductionInd property. |
void |
setAct(POCDMT000040Act value)
Sets the value of the act property. |
void |
setContextConductionInd(java.lang.Boolean value)
Sets the value of the contextConductionInd property. |
void |
setEncounter(POCDMT000040Encounter value)
Sets the value of the encounter property. |
void |
setObservation(POCDMT000040Observation value)
Sets the value of the observation property. |
void |
setObservationMedia(POCDMT000040ObservationMedia value)
Sets the value of the observationMedia property. |
void |
setOrganizer(POCDMT000040Organizer value)
Sets the value of the organizer property. |
void |
setProcedure(POCDMT000040Procedure value)
Sets the value of the procedure property. |
void |
setRegionOfInterest(POCDMT000040RegionOfInterest value)
Sets the value of the regionOfInterest property. |
void |
setSubstanceAdministration(POCDMT000040SubstanceAdministration value)
Sets the value of the substanceAdministration property. |
void |
setSupply(POCDMT000040Supply value)
Sets the value of the supply property. |
void |
setTypeCode(XActRelationshipEntry value)
Sets the value of the typeCode property. |
void |
setTypeId(POCDMT000040InfrastructureRootTypeId value)
Sets the value of the typeId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<CS> realmCode
protected POCDMT000040InfrastructureRootTypeId typeId
protected java.util.List<II> templateId
protected POCDMT000040Act act
protected POCDMT000040Encounter encounter
protected POCDMT000040Observation observation
protected POCDMT000040ObservationMedia observationMedia
protected POCDMT000040Organizer organizer
protected POCDMT000040Procedure procedure
protected POCDMT000040RegionOfInterest regionOfInterest
protected POCDMT000040SubstanceAdministration substanceAdministration
protected POCDMT000040Supply supply
protected java.util.List<java.lang.String> nullFlavor
protected XActRelationshipEntry typeCode
protected java.lang.Boolean contextConductionInd
| Constructor Detail |
|---|
public POCDMT000040Entry()
| Method Detail |
|---|
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 POCDMT000040InfrastructureRootTypeId getTypeId()
POCDMT000040InfrastructureRootTypeIdpublic void setTypeId(POCDMT000040InfrastructureRootTypeId value)
value - allowed object is POCDMT000040InfrastructureRootTypeIdpublic 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 POCDMT000040Act getAct()
POCDMT000040Actpublic void setAct(POCDMT000040Act value)
value - allowed object is POCDMT000040Actpublic POCDMT000040Encounter getEncounter()
POCDMT000040Encounterpublic void setEncounter(POCDMT000040Encounter value)
value - allowed object is POCDMT000040Encounterpublic POCDMT000040Observation getObservation()
POCDMT000040Observationpublic void setObservation(POCDMT000040Observation value)
value - allowed object is POCDMT000040Observationpublic POCDMT000040ObservationMedia getObservationMedia()
POCDMT000040ObservationMediapublic void setObservationMedia(POCDMT000040ObservationMedia value)
value - allowed object is POCDMT000040ObservationMediapublic POCDMT000040Organizer getOrganizer()
POCDMT000040Organizerpublic void setOrganizer(POCDMT000040Organizer value)
value - allowed object is POCDMT000040Organizerpublic POCDMT000040Procedure getProcedure()
POCDMT000040Procedurepublic void setProcedure(POCDMT000040Procedure value)
value - allowed object is POCDMT000040Procedurepublic POCDMT000040RegionOfInterest getRegionOfInterest()
POCDMT000040RegionOfInterestpublic void setRegionOfInterest(POCDMT000040RegionOfInterest value)
value - allowed object is POCDMT000040RegionOfInterestpublic POCDMT000040SubstanceAdministration getSubstanceAdministration()
POCDMT000040SubstanceAdministrationpublic void setSubstanceAdministration(POCDMT000040SubstanceAdministration value)
value - allowed object is POCDMT000040SubstanceAdministrationpublic POCDMT000040Supply getSupply()
POCDMT000040Supplypublic void setSupply(POCDMT000040Supply value)
value - allowed object is POCDMT000040Supplypublic 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 XActRelationshipEntry getTypeCode()
XActRelationshipEntrypublic void setTypeCode(XActRelationshipEntry value)
value - allowed object is XActRelationshipEntrypublic boolean isContextConductionInd()
Booleanpublic void setContextConductionInd(java.lang.Boolean value)
value - allowed object is Boolean
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||