Class POCDMT000040Patient
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CEprotected POCDMT000040Birthplaceprotected TSprotected Stringprotected CEprotected List<POCDMT000040Guardian>protected IIprotected List<POCDMT000040LanguageCommunication>protected CEprotected CEprotected CEprotected POCDMT000040InfrastructureRootTypeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der administrativeGenderCode-Eigenschaft ab.Ruft den Wert der birthplace-Eigenschaft ab.Ruft den Wert der birthTime-Eigenschaft ab.Gets the value of the classCode property.@NonNull StringRuft den Wert der determinerCode-Eigenschaft ab.Ruft den Wert der ethnicGroupCode-Eigenschaft ab.@NonNull List<POCDMT000040Guardian>Gets the value of the guardian property.getId()Ruft den Wert der id-Eigenschaft ab.@NonNull List<POCDMT000040LanguageCommunication>Gets the value of the languageCommunication property.Ruft den Wert der maritalStatusCode-Eigenschaft ab.getName()Gets the value of the name property.Gets the value of the nullFlavor property.Ruft den Wert der raceCode-Eigenschaft ab.Gets the value of the realmCode property.Ruft den Wert der religiousAffiliationCode-Eigenschaft ab.Gets the value of the templateId property.Ruft den Wert der typeId-Eigenschaft ab.voidsetAdministrativeGenderCode(CE value) Legt den Wert der administrativeGenderCode-Eigenschaft fest.voidLegt den Wert der birthplace-Eigenschaft fest.voidsetBirthTime(TS value) Legt den Wert der birthTime-Eigenschaft fest.voidsetDeterminerCode(String value) Legt den Wert der determinerCode-Eigenschaft fest.voidsetEthnicGroupCode(CE value) Legt den Wert der ethnicGroupCode-Eigenschaft fest.voidLegt den Wert der id-Eigenschaft fest.voidsetMaritalStatusCode(CE value) Legt den Wert der maritalStatusCode-Eigenschaft fest.voidsetRaceCode(CE value) Legt den Wert der raceCode-Eigenschaft fest.voidsetReligiousAffiliationCode(CE value) Legt den Wert der religiousAffiliationCode-Eigenschaft fest.voidLegt den Wert der typeId-Eigenschaft fest.
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
name
-
administrativeGenderCode
-
birthTime
-
maritalStatusCode
-
religiousAffiliationCode
-
raceCode
-
ethnicGroupCode
-
guardian
-
birthplace
-
languageCommunication
-
nullFlavor
-
classCode
-
determinerCode
-
-
Constructor Details
-
POCDMT000040Patient
public POCDMT000040Patient()
-
-
Method Details
-
getAdministrativeGenderCode
Ruft den Wert der administrativeGenderCode-Eigenschaft ab.- Returns:
- possible object is
CE
-
getBirthplace
Ruft den Wert der birthplace-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040Birthplace
-
getBirthTime
Ruft den Wert der birthTime-Eigenschaft ab.- Returns:
- possible object is
TS
-
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
setmethod 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
Ruft den Wert der determinerCode-Eigenschaft ab.- Returns:
- possible object is
String
-
getEthnicGroupCode
Ruft den Wert der ethnicGroupCode-Eigenschaft ab.- Returns:
- possible object is
CE
-
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
setmethod 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
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
II
-
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
setmethod 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
Ruft den Wert der maritalStatusCode-Eigenschaft ab.- Returns:
- possible object is
CE
-
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
setmethod 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
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
setmethod 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
Ruft den Wert der raceCode-Eigenschaft ab.- Returns:
- possible object is
CE
-
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
setmethod 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
Ruft den Wert der religiousAffiliationCode-Eigenschaft ab.- Returns:
- possible object is
CE
-
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
setmethod 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
Legt den Wert der administrativeGenderCode-Eigenschaft fest.- Parameters:
value- allowed object isCE
-
setBirthplace
Legt den Wert der birthplace-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040Birthplace
-
setBirthTime
Legt den Wert der birthTime-Eigenschaft fest.- Parameters:
value- allowed object isTS
-
setDeterminerCode
Legt den Wert der determinerCode-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setEthnicGroupCode
Legt den Wert der ethnicGroupCode-Eigenschaft fest.- Parameters:
value- allowed object isCE
-
setId
Legt den Wert der id-Eigenschaft fest.- Parameters:
value- allowed object isII
-
setMaritalStatusCode
Legt den Wert der maritalStatusCode-Eigenschaft fest.- Parameters:
value- allowed object isCE
-
setRaceCode
Legt den Wert der raceCode-Eigenschaft fest.- Parameters:
value- allowed object isCE
-
setReligiousAffiliationCode
Legt den Wert der religiousAffiliationCode-Eigenschaft fest.- Parameters:
value- allowed object isCE
-
setTypeId
Legt den Wert der typeId-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040InfrastructureRootTypeId
-