Class POCDMT000040Patient

java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040Patient

public class POCDMT000040Patient extends Object

Java-Klasse für POCD_MT000040.Patient complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="POCD_MT000040.Patient">
   <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="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
         <element name="name" type="{urn:hl7-org:v3}PN" maxOccurs="unbounded" minOccurs="0"/>
         <element name="administrativeGenderCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="birthTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
         <element name="maritalStatusCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="religiousAffiliationCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="raceCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="ethnicGroupCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="guardian" type="{urn:hl7-org:v3}POCD_MT000040.Guardian" maxOccurs="unbounded" minOccurs="0"/>
         <element name="birthplace" type="{urn:hl7-org:v3}POCD_MT000040.Birthplace" minOccurs="0"/>
         <element name="languageCommunication" type="{urn:hl7-org:v3}POCD_MT000040.LanguageCommunication" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}EntityClass" fixed="PSN" />
       <attribute name="determinerCode" type="{urn:hl7-org:v3}EntityDeterminer" fixed="INSTANCE" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • POCDMT000040Patient

      public POCDMT000040Patient()
  • Method Details

    • getAdministrativeGenderCode

      public CE getAdministrativeGenderCode()
      Ruft den Wert der administrativeGenderCode-Eigenschaft ab.
      Returns:
      possible object is CE
    • getBirthplace

      public POCDMT000040Birthplace getBirthplace()
      Ruft den Wert der birthplace-Eigenschaft ab.
      Returns:
      possible object is POCDMT000040Birthplace
    • getBirthTime

      public TS getBirthTime()
      Ruft den Wert der birthTime-Eigenschaft ab.
      Returns:
      possible object is TS
    • getClassCode

      public @NonNull List<String> getClassCode()
      Gets the value of the classCode 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 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

    • getDeterminerCode

      public @NonNull String getDeterminerCode()
      Ruft den Wert der determinerCode-Eigenschaft ab.
      Returns:
      possible object is String
    • getEthnicGroupCode

      public CE getEthnicGroupCode()
      Ruft den Wert der ethnicGroupCode-Eigenschaft ab.
      Returns:
      possible object is CE
    • getGuardian

      public @NonNull List<POCDMT000040Guardian> getGuardian()
      Gets the value of the guardian 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 guardian property.

      For example, to add a new item, do as follows:

          getGuardian().add(newItem);
       

      Objects of the following type(s) are allowed in the list POCDMT000040Guardian

    • getId

      public II getId()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is II
    • getLanguageCommunication

      public @NonNull List<POCDMT000040LanguageCommunication> getLanguageCommunication()
      Gets the value of the languageCommunication 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 languageCommunication property.

      For example, to add a new item, do as follows:

          getLanguageCommunication().add(newItem);
       

      Objects of the following type(s) are allowed in the list POCDMT000040LanguageCommunication

    • getMaritalStatusCode

      public CE getMaritalStatusCode()
      Ruft den Wert der maritalStatusCode-Eigenschaft ab.
      Returns:
      possible object is CE
    • getName

      public @NonNull List<PN> getName()
      Gets the value of the name 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 name property.

      For example, to add a new item, do as follows:

          getName().add(newItem);
       

      Objects of the following type(s) are allowed in the list PN

    • getNullFlavor

      public @NonNull List<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

    • getRaceCode

      public CE getRaceCode()
      Ruft den Wert der raceCode-Eigenschaft ab.
      Returns:
      possible object is CE
    • getRealmCode

      public @NonNull 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

    • getReligiousAffiliationCode

      public CE getReligiousAffiliationCode()
      Ruft den Wert der religiousAffiliationCode-Eigenschaft ab.
      Returns:
      possible object is CE
    • getTemplateId

      public @NonNull 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

    • getTypeId

      Ruft den Wert der typeId-Eigenschaft ab.
      Returns:
      possible object is POCDMT000040InfrastructureRootTypeId
    • setAdministrativeGenderCode

      public void setAdministrativeGenderCode(CE value)
      Legt den Wert der administrativeGenderCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CE
    • setBirthplace

      public void setBirthplace(POCDMT000040Birthplace value)
      Legt den Wert der birthplace-Eigenschaft fest.
      Parameters:
      value - allowed object is POCDMT000040Birthplace
    • setBirthTime

      public void setBirthTime(TS value)
      Legt den Wert der birthTime-Eigenschaft fest.
      Parameters:
      value - allowed object is TS
    • setDeterminerCode

      public void setDeterminerCode(String value)
      Legt den Wert der determinerCode-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setEthnicGroupCode

      public void setEthnicGroupCode(CE value)
      Legt den Wert der ethnicGroupCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CE
    • setId

      public void setId(II value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is II
    • setMaritalStatusCode

      public void setMaritalStatusCode(CE value)
      Legt den Wert der maritalStatusCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CE
    • setRaceCode

      public void setRaceCode(CE value)
      Legt den Wert der raceCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CE
    • setReligiousAffiliationCode

      public void setReligiousAffiliationCode(CE value)
      Legt den Wert der religiousAffiliationCode-Eigenschaft fest.
      Parameters:
      value - allowed object is CE
    • setTypeId

      public void setTypeId(POCDMT000040InfrastructureRootTypeId value)
      Legt den Wert der typeId-Eigenschaft fest.
      Parameters:
      value - allowed object is POCDMT000040InfrastructureRootTypeId