au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1
Class GainPCEHRAccess

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.GainPCEHRAccess

public class GainPCEHRAccess
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="PCEHRRecord">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="authorisationDetails" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="accessType">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                   <enumeration value="AccessCode"/>
                                   <enumeration value="EmergencyAccess"/>
                                 </restriction>
                               </simpleType>
                             </element>
                             <element name="accessCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="individual" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <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"/>
                             <element name="dateOfBirth" type="{http://www.w3.org/2001/XMLSchema}date"/>
                             <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}sex"/>
                             <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameType"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GainPCEHRAccess.PCEHRRecord
          Java class for anonymous complex type.
 
Field Summary
protected  GainPCEHRAccess.PCEHRRecord pcehrRecord
           
 
Constructor Summary
GainPCEHRAccess()
           
 
Method Summary
 GainPCEHRAccess.PCEHRRecord getPCEHRRecord()
          Gets the value of the pcehrRecord property.
 void setPCEHRRecord(GainPCEHRAccess.PCEHRRecord value)
          Sets the value of the pcehrRecord property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcehrRecord

protected GainPCEHRAccess.PCEHRRecord pcehrRecord
Constructor Detail

GainPCEHRAccess

public GainPCEHRAccess()
Method Detail

getPCEHRRecord

public GainPCEHRAccess.PCEHRRecord getPCEHRRecord()
Gets the value of the pcehrRecord property.

Returns:
possible object is GainPCEHRAccess.PCEHRRecord

setPCEHRRecord

public void setPCEHRRecord(GainPCEHRAccess.PCEHRRecord value)
Sets the value of the pcehrRecord property.

Parameters:
value - allowed object is GainPCEHRAccess.PCEHRRecord