PatientThis object represents one patient.
The properties are : (name [type] description)
<complexType name="patient">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="countryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deptId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="encryptedId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashCodes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="hashCode1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashedMrn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashedSsn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mrn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="patientClinicId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="patientFieldDatas" type="{http://webservice.module.yosemite.www.memdoc.org/}patientFieldData" maxOccurs="unbounded" minOccurs="0"/>
<element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="permissions" type="{http://webservice.module.yosemite.www.memdoc.org/}patientPermission" maxOccurs="unbounded" minOccurs="0"/>
<element name="ssn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="yearOfBirth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="dateOfDischarge" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dischargedReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Located in /src/patientManagement/Patient.php (line 56)
addPatientFieldDatas (line 190)
addPatientPermission (line 178)
getCountryId (line 210)
getDateOfDischarge (line 92)
getDeptId (line 201)
getDischargedReason (line 79)
getEncryptedId (line 193)
getHashCode1 (line 104)
getHashCodes (line 122)
getHashedMrn (line 130)
getHashedSsn (line 112)
getLanguage (line 227)
getMrn (line 218)
getPatientClinicId (line 138)
getPatientFieldDatas (line 182)
getPatientId (line 146)
getPermissions (line 170)
getSsn (line 96)
getYearOfBirth (line 154)
setCountryId (line 214)
setDateOfDischarge (line 88)
setDeptId (line 205)
setDischargedReason (line 83)
setEncryptedId (line 197)
setHashCode1 (line 108)
setHashCodes (line 126)
setHashedMrn (line 134)
setHashedSsn (line 116)
setLanguage (line 231)
setMrn (line 222)
setPatientClinicId (line 142)
setPatientFieldDatas (line 186)
setPatientId (line 150)
setPermissions (line 174)
setSsn (line 100)
setYearOfBirth (line 158)
Documentation generated on Fri, 19 Aug 2016 11:23:19 +0200 by phpDocumentor 1.4.4