Class AutomaticLoginToPatientFormList

Description

Description of AutomaticLoginToPatientFormList

Parameter object for the AutomaticLoginToPatientFormList
The parameters are : (name [type] description)

  • patientId [Long] : Id of the patient that the use should see after being automatically logged into MEMdoc
  • departmentId [Long] : Department onto which the user should be logged in. This parameter is optional. If not provided in the webservice request, the application will attempt to guess the correct department id value. In this case, the deparment id choice will be inffered from the list of departments where the user being automatically logged in has an active user profile.
  • expandPatientDemographics [Boolean] : Determines if in the patient form list view the demographics information about a patient should be expanded. This parameter is optional parameter. When not provided the application will assume the value FALSE, that is, the patient information will be colapsed (e.g. summary mode).
  • expandPatientFormlist [Boolean] : Determines if in the patient form list view the patient's form information should be expanded. This parameter is optional parameter. When not provided the application will assume the value TRUE, that is, the patient forms will be readily visible to the user.

 <complexType name="automaticLoginToPatientFormList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="departmentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="expandPatientDemographics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="expandPatientFormlist" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

  • author: ubuntu

Located in /src/wrapper/AutomaticLoginToPatientFormList.php (line 41)


	
			
Method Summary
 void getDepartmentId ()
 void getPatientId ()
 void setDepartmentId ( $departmentId)
 void setExpandPatientDemographics ( $expandPatientDemographics)
 void setExpandPatientFormlist ( $expandPatientFormlist)
 void setPatientId ( $patientId)
Methods
getDepartmentId (line 55)
  • access: public
void getDepartmentId ()
getExpandPatientDemographics (line 63)
  • access: public
void getExpandPatientDemographics ()
getExpandPatientFormlist (line 71)
  • access: public
void getExpandPatientFormlist ()
getPatientId (line 47)
  • access: public
void getPatientId ()
setDepartmentId (line 59)
  • access: public
void setDepartmentId ( $departmentId)
  • $departmentId
setExpandPatientDemographics (line 67)
  • access: public
void setExpandPatientDemographics ( $expandPatientDemographics)
  • $expandPatientDemographics
setExpandPatientFormlist (line 75)
  • access: public
void setExpandPatientFormlist ( $expandPatientFormlist)
  • $expandPatientFormlist
setPatientId (line 51)
  • access: public
void setPatientId ( $patientId)
  • $patientId

Documentation generated on Fri, 19 Aug 2016 11:23:17 +0200 by phpDocumentor 1.4.4