@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:55:37+02:00", comments="JAXB RI v2.3.7") public class PatientType extends Object implements Serializable
Java class for patientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-PATIENT" maxOccurs="unbounded" minOccurs="0"/>
<element name="firstname" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="familyname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="birthdate" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}dateType" minOccurs="0"/>
<element name="birthlocation" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}addressTypeBase" minOccurs="0"/>
<element name="deathdate" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}dateType" minOccurs="0"/>
<element name="deathlocation" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}addressTypeBase" minOccurs="0"/>
<element name="sex" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}sexType" minOccurs="0"/>
<element name="nationality" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-COUNTRY"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="address" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}addressType" maxOccurs="unbounded" minOccurs="0"/>
<element name="telecom" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}telecomType" maxOccurs="unbounded" minOccurs="0"/>
<element name="usuallanguage" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
<element name="profession" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}professionType" minOccurs="0"/>
<element name="insurancystatus" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}insuranceType" minOccurs="0"/>
<element name="insurancymembership" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}memberinsuranceType" minOccurs="0"/>
<element name="recorddatetime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PatientType() |
| Modifier and Type | Method and Description |
|---|---|
List<AddressType> |
getAddresses()
Gets the value of the addresses property.
|
DateType |
getBirthdate()
Gets the value of the birthdate property.
|
AddressTypeBase |
getBirthlocation()
Gets the value of the birthlocation property.
|
DateType |
getDeathdate()
Gets the value of the deathdate property.
|
AddressTypeBase |
getDeathlocation()
Gets the value of the deathlocation property.
|
String |
getFamilyname()
Gets the value of the familyname property.
|
List<String> |
getFirstnames()
Gets the value of the firstnames property.
|
List<IDPATIENT> |
getIds()
Gets the value of the ids property.
|
MemberinsuranceType |
getInsurancymembership()
Gets the value of the insurancymembership property.
|
InsuranceType |
getInsurancystatus()
Gets the value of the insurancystatus property.
|
Nationality |
getNationality()
Gets the value of the nationality property.
|
ProfessionType |
getProfession()
Gets the value of the profession property.
|
org.joda.time.DateTime |
getRecorddatetime()
Gets the value of the recorddatetime property.
|
SexType |
getSex()
Gets the value of the sex property.
|
List<TelecomType> |
getTelecoms()
Gets the value of the telecoms property.
|
List<TextType> |
getTexts()
Gets the value of the texts property.
|
String |
getUsuallanguage()
Gets the value of the usuallanguage property.
|
void |
setBirthdate(DateType value)
Sets the value of the birthdate property.
|
void |
setBirthlocation(AddressTypeBase value)
Sets the value of the birthlocation property.
|
void |
setDeathdate(DateType value)
Sets the value of the deathdate property.
|
void |
setDeathlocation(AddressTypeBase value)
Sets the value of the deathlocation property.
|
void |
setFamilyname(String value)
Sets the value of the familyname property.
|
void |
setInsurancymembership(MemberinsuranceType value)
Sets the value of the insurancymembership property.
|
void |
setInsurancystatus(InsuranceType value)
Sets the value of the insurancystatus property.
|
void |
setNationality(Nationality value)
Sets the value of the nationality property.
|
void |
setProfession(ProfessionType value)
Sets the value of the profession property.
|
void |
setRecorddatetime(org.joda.time.DateTime value)
Sets the value of the recorddatetime property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
void |
setUsuallanguage(String value)
Sets the value of the usuallanguage property.
|
public List<IDPATIENT> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDPATIENT
public List<String> getFirstnames()
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 firstnames property.
For example, to add a new item, do as follows:
getFirstnames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getFamilyname()
Stringpublic void setFamilyname(String value)
value - allowed object is
Stringpublic DateType getBirthdate()
DateTypepublic void setBirthdate(DateType value)
value - allowed object is
DateTypepublic AddressTypeBase getBirthlocation()
AddressTypeBasepublic void setBirthlocation(AddressTypeBase value)
value - allowed object is
AddressTypeBasepublic DateType getDeathdate()
DateTypepublic void setDeathdate(DateType value)
value - allowed object is
DateTypepublic AddressTypeBase getDeathlocation()
AddressTypeBasepublic void setDeathlocation(AddressTypeBase value)
value - allowed object is
AddressTypeBasepublic SexType getSex()
SexTypepublic void setSex(SexType value)
value - allowed object is
SexTypepublic Nationality getNationality()
Nationalitypublic void setNationality(Nationality value)
value - allowed object is
Nationalitypublic List<AddressType> getAddresses()
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 addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
public List<TelecomType> getTelecoms()
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 telecoms property.
For example, to add a new item, do as follows:
getTelecoms().add(newItem);
Objects of the following type(s) are allowed in the list
TelecomType
public String getUsuallanguage()
Stringpublic void setUsuallanguage(String value)
value - allowed object is
Stringpublic ProfessionType getProfession()
ProfessionTypepublic void setProfession(ProfessionType value)
value - allowed object is
ProfessionTypepublic InsuranceType getInsurancystatus()
InsuranceTypepublic void setInsurancystatus(InsuranceType value)
value - allowed object is
InsuranceTypepublic MemberinsuranceType getInsurancymembership()
MemberinsuranceTypepublic void setInsurancymembership(MemberinsuranceType value)
value - allowed object is
MemberinsuranceTypepublic org.joda.time.DateTime getRecorddatetime()
Stringpublic void setRecorddatetime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic List<TextType> getTexts()
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 texts property.
For example, to add a new item, do as follows:
getTexts().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.