Class COCTMT050000UV01Patient
Java class for COCT_MT050000UV01.Patient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT050000UV01.Patient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded"/>
<element name="addr" type="{urn:hl7-org:v3}AD" maxOccurs="unbounded" minOccurs="0"/>
<element name="telecom" type="{urn:hl7-org:v3}TEL" maxOccurs="unbounded" minOccurs="0"/>
<element name="statusCode" type="{urn:hl7-org:v3}CS"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="confidentialityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<element name="veryImportantPersonCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
<choice>
<element name="patientPerson" type="{urn:hl7-org:v3}COCT_MT030000UV04.Person"/>
<element name="patientNonPersonLivingSubject" type="{urn:hl7-org:v3}COCT_MT030000UV04.NonPersonLivingSubject"/>
</choice>
<element name="providerOrganization" type="{urn:hl7-org:v3}COCT_MT150000UV02.Organization" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" use="required" type="{urn:hl7-org:v3}RoleClass" fixed="PAT" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CEprotected IVLTSprotected jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject>protected jakarta.xml.bind.JAXBElement<COCTMT030000UV04Person>protected jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization>protected CSprotected IIprotected CE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAddr()Gets the value of the addr property.Gets the value of the classCode property.Gets the value of the confidentialityCode property.Gets the value of the effectiveTime property.getId()Gets the value of the id property.Gets the value of the nullFlavor property.jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject>Gets the value of the patientNonPersonLivingSubject property.jakarta.xml.bind.JAXBElement<COCTMT030000UV04Person>Gets the value of the patientPerson property.jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization>Gets the value of the providerOrganization property.Gets the value of the realmCode property.Gets the value of the statusCode property.Gets the value of the telecom property.Gets the value of the templateId property.Gets the value of the typeId property.Gets the value of the veryImportantPersonCode property.inthashCode()voidsetConfidentialityCode(CE value) Sets the value of the confidentialityCode property.voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidsetPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> value) Sets the value of the patientNonPersonLivingSubject property.voidsetPatientPerson(jakarta.xml.bind.JAXBElement<COCTMT030000UV04Person> value) Sets the value of the patientPerson property.voidsetProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization> value) Sets the value of the providerOrganization property.voidsetStatusCode(CS value) Sets the value of the statusCode property.voidSets the value of the typeId property.voidsetVeryImportantPersonCode(CE value) Sets the value of the veryImportantPersonCode property.toString()Generates a String representation of the contents of this type.withAddr(Collection<AD> values) withClassCode(String... values) withClassCode(Collection<String> values) withConfidentialityCode(CE value) withEffectiveTime(IVLTS value) withId(Collection<II> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> value) withPatientPerson(jakarta.xml.bind.JAXBElement<COCTMT030000UV04Person> value) withProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withStatusCode(CS value) withTelecom(Collection<TEL> values) withTelecom(TEL... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value) withVeryImportantPersonCode(CE value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
addr
-
telecom
-
statusCode
-
effectiveTime
-
confidentialityCode
-
veryImportantPersonCode
-
patientPerson
-
patientNonPersonLivingSubject
protected jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> patientNonPersonLivingSubject -
providerOrganization
-
nullFlavor
-
classCode
-
-
Constructor Details
-
COCTMT050000UV01Patient
public COCTMT050000UV01Patient()
-
-
Method Details
-
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
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 -
getTypeId
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
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
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 -
getId
Gets the value of the id 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
setmethod for the id property.For example, to add a new item, do as follows:
getId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getAddr
Gets the value of the addr 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
setmethod for the addr property.For example, to add a new item, do as follows:
getAddr().add(newItem);Objects of the following type(s) are allowed in the list
AD -
getTelecom
Gets the value of the telecom 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
setmethod for the telecom property.For example, to add a new item, do as follows:
getTelecom().add(newItem);Objects of the following type(s) are allowed in the list
TEL -
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
CS
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isCS
-
getEffectiveTime
Gets the value of the effectiveTime property.- Returns:
- possible object is
IVLTS
-
setEffectiveTime
Sets the value of the effectiveTime property.- Parameters:
value- allowed object isIVLTS
-
getConfidentialityCode
Gets the value of the confidentialityCode property.- Returns:
- possible object is
CE
-
setConfidentialityCode
Sets the value of the confidentialityCode property.- Parameters:
value- allowed object isCE
-
getVeryImportantPersonCode
Gets the value of the veryImportantPersonCode property.- Returns:
- possible object is
CE
-
setVeryImportantPersonCode
Sets the value of the veryImportantPersonCode property.- Parameters:
value- allowed object isCE
-
getPatientPerson
Gets the value of the patientPerson property.- Returns:
- possible object is
JAXBElement<COCTMT030000UV04Person>
-
setPatientPerson
Sets the value of the patientPerson property.- Parameters:
value- allowed object isJAXBElement<COCTMT030000UV04Person>
-
getPatientNonPersonLivingSubject
public jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> getPatientNonPersonLivingSubject()Gets the value of the patientNonPersonLivingSubject property.- Returns:
- possible object is
JAXBElement<COCTMT030000UV04NonPersonLivingSubject>
-
setPatientNonPersonLivingSubject
public void setPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> value) Sets the value of the patientNonPersonLivingSubject property.- Parameters:
value- allowed object isJAXBElement<COCTMT030000UV04NonPersonLivingSubject>
-
getProviderOrganization
Gets the value of the providerOrganization property.- Returns:
- possible object is
JAXBElement<COCTMT150000UV02Organization>
-
setProviderOrganization
public void setProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization> value) Sets the value of the providerOrganization property.- Parameters:
value- allowed object isJAXBElement<COCTMT150000UV02Organization>
-
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
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 -
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
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 -
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withId
-
withAddr
-
withAddr
-
withTelecom
-
withTelecom
-
withStatusCode
-
withEffectiveTime
-
withConfidentialityCode
-
withVeryImportantPersonCode
-
withPatientPerson
public COCTMT050000UV01Patient withPatientPerson(jakarta.xml.bind.JAXBElement<COCTMT030000UV04Person> value) -
withPatientNonPersonLivingSubject
public COCTMT050000UV01Patient withPatientNonPersonLivingSubject(jakarta.xml.bind.JAXBElement<COCTMT030000UV04NonPersonLivingSubject> value) -
withProviderOrganization
public COCTMT050000UV01Patient withProviderOrganization(jakarta.xml.bind.JAXBElement<COCTMT150000UV02Organization> value) -
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withClassCode
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-