ModifyPatientResponseResponse object of a modify patient action on the module.
The elements returned represent the information that should be updated on the server, Basically the hash references and year of birth.
The parameters are : (name [type] description)
<p>The following schema fragment specifies the expected content contained within this class.
<complexType name="modifyPatientResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="patientClinicId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="hashCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashCode1" 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="hashedMrn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="yearOfBirth" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="gender" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="consolidatedPatientId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="countryId" 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="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/wrapper/ModifyPatientResponse.php (line 54)
getConsolidatedPatientId (line 102)
getCountryId (line 110)
getDateOfDischarge (line 83)
getDischargedReason (line 71)
getEncryptedId (line 94)
getGender (line 86)
getHashCode (line 151)
getHashCode1 (line 126)
getHashedMrn (line 167)
getHashedSsn (line 159)
getLanguage (line 118)
getPatientClinicId (line 143)
getPatientId (line 135)
getYearOfBirth (line 175)
setConsolidatedPatientId (line 106)
setCountryId (line 114)
setDateOfDischarge (line 79)
setDischargedReason (line 75)
setEncryptedId (line 98)
setGender (line 90)
setHashCode (line 155)
setHashCode1 (line 130)
setHashedMrn (line 171)
setHashedSsn (line 163)
setLanguage (line 122)
setPatientClinicId (line 147)
setPatientId (line 139)
setYearOfBirth (line 179)
Documentation generated on Fri, 19 Aug 2016 11:23:19 +0200 by phpDocumentor 1.4.4