au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2
Class RegisterPCEHR.Individual
java.lang.Object
au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2.RegisterPCEHR.Individual
- Enclosing class:
- RegisterPCEHR
public static class RegisterPCEHR.Individual
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="demographics">
<complexType>
<complexContent>
<extension base="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp">
<sequence>
<element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareCardNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareIRN" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dvaFileNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}militaryHealthNumber" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
demographics
protected RegisterPCEHR.Individual.Demographics demographics
RegisterPCEHR.Individual
public RegisterPCEHR.Individual()
getDemographics
public RegisterPCEHR.Individual.Demographics getDemographics()
- Gets the value of the demographics property.
- Returns:
- possible object is
RegisterPCEHR.Individual.Demographics
setDemographics
public void setDemographics(RegisterPCEHR.Individual.Demographics value)
- Sets the value of the demographics property.
- Parameters:
value
- allowed object is
RegisterPCEHR.Individual.Demographics