Package org.hl7.v3

Class POCDMT000040Patient

java.lang.Object
org.hl7.v3.POCDMT000040Patient

public class POCDMT000040Patient extends Object

Java class for POCD_MT000040.Patient complex type.

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

 <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}POCD_MT000040.InfrastructureRoot.templateId" 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

    • getRealmCode

      public 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 Jakarta XML Binding 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

      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

      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 Jakarta XML Binding 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 POCDMT000040InfrastructureRootTemplateId

    • getElementId

      public II getElementId()
      Gets the value of the elementId property.
      Returns:
      possible object is II
    • setElementId

      public void setElementId(II value)
      Sets the value of the elementId property.
      Parameters:
      value - allowed object is II
    • getName

      public 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 Jakarta XML Binding 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

    • getAdministrativeGenderCode

      public CE getAdministrativeGenderCode()
      Gets the value of the administrativeGenderCode property.
      Returns:
      possible object is CE
    • setAdministrativeGenderCode

      public void setAdministrativeGenderCode(CE value)
      Sets the value of the administrativeGenderCode property.
      Parameters:
      value - allowed object is CE
    • getBirthTime

      public TS getBirthTime()
      Gets the value of the birthTime property.
      Returns:
      possible object is TS
    • setBirthTime

      public void setBirthTime(TS value)
      Sets the value of the birthTime property.
      Parameters:
      value - allowed object is TS
    • getMaritalStatusCode

      public CE getMaritalStatusCode()
      Gets the value of the maritalStatusCode property.
      Returns:
      possible object is CE
    • setMaritalStatusCode

      public void setMaritalStatusCode(CE value)
      Sets the value of the maritalStatusCode property.
      Parameters:
      value - allowed object is CE
    • getReligiousAffiliationCode

      public CE getReligiousAffiliationCode()
      Gets the value of the religiousAffiliationCode property.
      Returns:
      possible object is CE
    • setReligiousAffiliationCode

      public void setReligiousAffiliationCode(CE value)
      Sets the value of the religiousAffiliationCode property.
      Parameters:
      value - allowed object is CE
    • getRaceCode

      public CE getRaceCode()
      Gets the value of the raceCode property.
      Returns:
      possible object is CE
    • setRaceCode

      public void setRaceCode(CE value)
      Sets the value of the raceCode property.
      Parameters:
      value - allowed object is CE
    • getEthnicGroupCode

      public CE getEthnicGroupCode()
      Gets the value of the ethnicGroupCode property.
      Returns:
      possible object is CE
    • setEthnicGroupCode

      public void setEthnicGroupCode(CE value)
      Sets the value of the ethnicGroupCode property.
      Parameters:
      value - allowed object is CE
    • getGuardian

      public 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 Jakarta XML Binding 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

    • getBirthplace

      public POCDMT000040Birthplace getBirthplace()
      Gets the value of the birthplace property.
      Returns:
      possible object is POCDMT000040Birthplace
    • setBirthplace

      public void setBirthplace(POCDMT000040Birthplace value)
      Sets the value of the birthplace property.
      Parameters:
      value - allowed object is POCDMT000040Birthplace
    • getLanguageCommunication

      public 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 Jakarta XML Binding 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

    • getNullFlavor

      public 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 Jakarta XML Binding 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

    • getClassCode

      public 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 Jakarta XML Binding 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 String getDeterminerCode()
      Gets the value of the determinerCode property.
      Returns:
      possible object is String
    • setDeterminerCode

      public void setDeterminerCode(String value)
      Sets the value of the determinerCode property.
      Parameters:
      value - allowed object is String
    • withRealmCode

      public POCDMT000040Patient withRealmCode(CS... values)
    • withRealmCode

      public POCDMT000040Patient withRealmCode(Collection<CS> values)
    • withTypeId

    • withTemplateId

    • withTemplateId

    • withElementId

      public POCDMT000040Patient withElementId(II value)
    • withName

      public POCDMT000040Patient withName(PN... values)
    • withName

      public POCDMT000040Patient withName(Collection<PN> values)
    • withAdministrativeGenderCode

      public POCDMT000040Patient withAdministrativeGenderCode(CE value)
    • withBirthTime

      public POCDMT000040Patient withBirthTime(TS value)
    • withMaritalStatusCode

      public POCDMT000040Patient withMaritalStatusCode(CE value)
    • withReligiousAffiliationCode

      public POCDMT000040Patient withReligiousAffiliationCode(CE value)
    • withRaceCode

      public POCDMT000040Patient withRaceCode(CE value)
    • withEthnicGroupCode

      public POCDMT000040Patient withEthnicGroupCode(CE value)
    • withGuardian

      public POCDMT000040Patient withGuardian(POCDMT000040Guardian... values)
    • withGuardian

      public POCDMT000040Patient withGuardian(Collection<POCDMT000040Guardian> values)
    • withBirthplace

      public POCDMT000040Patient withBirthplace(POCDMT000040Birthplace value)
    • withLanguageCommunication

      public POCDMT000040Patient withLanguageCommunication(POCDMT000040LanguageCommunication... values)
    • withLanguageCommunication

      public POCDMT000040Patient withLanguageCommunication(Collection<POCDMT000040LanguageCommunication> values)
    • withNullFlavor

      public POCDMT000040Patient withNullFlavor(String... values)
    • withNullFlavor

      public POCDMT000040Patient withNullFlavor(Collection<String> values)
    • withClassCode

      public POCDMT000040Patient withClassCode(String... values)
    • withClassCode

      public POCDMT000040Patient withClassCode(Collection<String> values)
    • withDeterminerCode

      public POCDMT000040Patient withDeterminerCode(String value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object