Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class POCDMT000040Component4

java.lang.Object
  extended by org.hl7.v3.POCDMT000040Component4

public class POCDMT000040Component4
extends java.lang.Object

Java class for POCD_MT000040.Component4 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="POCD_MT000040.Component4">
   <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"/>
         <element name="sequenceNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
         <element name="seperatableInd" type="{urn:hl7-org:v3}BL" 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}ActRelationshipHasComponent" fixed="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  BL seperatableInd
           
protected  INT sequenceNumber
           
protected  POCDMT000040SubstanceAdministration substanceAdministration
           
protected  POCDMT000040Supply supply
           
protected  java.util.List<II> templateId
           
protected  ActRelationshipHasComponent typeCode
           
protected  POCDMT000040InfrastructureRootTypeId typeId
           
 
Constructor Summary
POCDMT000040Component4()
           
 
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.
 BL getSeperatableInd()
          Gets the value of the seperatableInd property.
 INT getSequenceNumber()
          Gets the value of the sequenceNumber 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.
 ActRelationshipHasComponent 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 setSeperatableInd(BL value)
          Sets the value of the seperatableInd property.
 void setSequenceNumber(INT value)
          Sets the value of the sequenceNumber 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(ActRelationshipHasComponent 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

realmCode

protected java.util.List<CS> realmCode

typeId

protected POCDMT000040InfrastructureRootTypeId typeId

templateId

protected java.util.List<II> templateId

sequenceNumber

protected INT sequenceNumber

seperatableInd

protected BL seperatableInd

act

protected POCDMT000040Act act

encounter

protected POCDMT000040Encounter encounter

observation

protected POCDMT000040Observation observation

observationMedia

protected POCDMT000040ObservationMedia observationMedia

organizer

protected POCDMT000040Organizer organizer

procedure

protected POCDMT000040Procedure procedure

regionOfInterest

protected POCDMT000040RegionOfInterest regionOfInterest

substanceAdministration

protected POCDMT000040SubstanceAdministration substanceAdministration

supply

protected POCDMT000040Supply supply

nullFlavor

protected java.util.List<java.lang.String> nullFlavor

typeCode

protected ActRelationshipHasComponent typeCode

contextConductionInd

protected java.lang.Boolean contextConductionInd
Constructor Detail

POCDMT000040Component4

public POCDMT000040Component4()
Method Detail

getRealmCode

public java.util.List<CS> getRealmCode()
Gets the value of the realmCode property.

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


getTypeId

public POCDMT000040InfrastructureRootTypeId getTypeId()
Gets the value of the typeId property.

Returns:
possible object is POCDMT000040InfrastructureRootTypeId

setTypeId

public void setTypeId(POCDMT000040InfrastructureRootTypeId value)
Sets the value of the typeId property.

Parameters:
value - allowed object is POCDMT000040InfrastructureRootTypeId

getTemplateId

public java.util.List<II> getTemplateId()
Gets the value of the templateId property.

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


getSequenceNumber

public INT getSequenceNumber()
Gets the value of the sequenceNumber property.

Returns:
possible object is INT

setSequenceNumber

public void setSequenceNumber(INT value)
Sets the value of the sequenceNumber property.

Parameters:
value - allowed object is INT

getSeperatableInd

public BL getSeperatableInd()
Gets the value of the seperatableInd property.

Returns:
possible object is BL

setSeperatableInd

public void setSeperatableInd(BL value)
Sets the value of the seperatableInd property.

Parameters:
value - allowed object is BL

getAct

public POCDMT000040Act getAct()
Gets the value of the act property.

Returns:
possible object is POCDMT000040Act

setAct

public void setAct(POCDMT000040Act value)
Sets the value of the act property.

Parameters:
value - allowed object is POCDMT000040Act

getEncounter

public POCDMT000040Encounter getEncounter()
Gets the value of the encounter property.

Returns:
possible object is POCDMT000040Encounter

setEncounter

public void setEncounter(POCDMT000040Encounter value)
Sets the value of the encounter property.

Parameters:
value - allowed object is POCDMT000040Encounter

getObservation

public POCDMT000040Observation getObservation()
Gets the value of the observation property.

Returns:
possible object is POCDMT000040Observation

setObservation

public void setObservation(POCDMT000040Observation value)
Sets the value of the observation property.

Parameters:
value - allowed object is POCDMT000040Observation

getObservationMedia

public POCDMT000040ObservationMedia getObservationMedia()
Gets the value of the observationMedia property.

Returns:
possible object is POCDMT000040ObservationMedia

setObservationMedia

public void setObservationMedia(POCDMT000040ObservationMedia value)
Sets the value of the observationMedia property.

Parameters:
value - allowed object is POCDMT000040ObservationMedia

getOrganizer

public POCDMT000040Organizer getOrganizer()
Gets the value of the organizer property.

Returns:
possible object is POCDMT000040Organizer

setOrganizer

public void setOrganizer(POCDMT000040Organizer value)
Sets the value of the organizer property.

Parameters:
value - allowed object is POCDMT000040Organizer

getProcedure

public POCDMT000040Procedure getProcedure()
Gets the value of the procedure property.

Returns:
possible object is POCDMT000040Procedure

setProcedure

public void setProcedure(POCDMT000040Procedure value)
Sets the value of the procedure property.

Parameters:
value - allowed object is POCDMT000040Procedure

getRegionOfInterest

public POCDMT000040RegionOfInterest getRegionOfInterest()
Gets the value of the regionOfInterest property.

Returns:
possible object is POCDMT000040RegionOfInterest

setRegionOfInterest

public void setRegionOfInterest(POCDMT000040RegionOfInterest value)
Sets the value of the regionOfInterest property.

Parameters:
value - allowed object is POCDMT000040RegionOfInterest

getSubstanceAdministration

public POCDMT000040SubstanceAdministration getSubstanceAdministration()
Gets the value of the substanceAdministration property.

Returns:
possible object is POCDMT000040SubstanceAdministration

setSubstanceAdministration

public void setSubstanceAdministration(POCDMT000040SubstanceAdministration value)
Sets the value of the substanceAdministration property.

Parameters:
value - allowed object is POCDMT000040SubstanceAdministration

getSupply

public POCDMT000040Supply getSupply()
Gets the value of the supply property.

Returns:
possible object is POCDMT000040Supply

setSupply

public void setSupply(POCDMT000040Supply value)
Sets the value of the supply property.

Parameters:
value - allowed object is POCDMT000040Supply

getNullFlavor

public java.util.List<java.lang.String> getNullFlavor()
Gets the value of the nullFlavor property.

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


getTypeCode

public ActRelationshipHasComponent getTypeCode()
Gets the value of the typeCode property.

Returns:
possible object is ActRelationshipHasComponent

setTypeCode

public void setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.

Parameters:
value - allowed object is ActRelationshipHasComponent

isContextConductionInd

public boolean isContextConductionInd()
Gets the value of the contextConductionInd property.

Returns:
possible object is Boolean

setContextConductionInd

public void setContextConductionInd(java.lang.Boolean value)
Sets the value of the contextConductionInd property.

Parameters:
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