Class SearchPatientRequest

Description

Parameter object for the search patient method

The parameters are : (name [type] description)

  • moduleSessionId [Long] : the id of the session from the module
  • departmentId [Long] : the id of the department where patients are searched
  • chunksize [Long] : Number of hits you want to receive. Leave empty for all
  • pageNr [Long] : if you want do do some kind of paging, this is the page number that you want to receive while the parameter chunksize sets the amount of hits per page
  • patientFieldData [Array] : A List of patientField objects. You have to call the method getPatientFields with parameter mode set to 'search' to receive a list of all patientFields you can search for

  • author: pabt

Located in /src/wrapper/SearchPatientRequest.php (line 18)


	
			
Method Summary
 void getChunksize ()
 void getDepartmentId ()
 void getPageNr ()
 void setChunksize ( $chunksize)
 void setDepartmentId ( $departmentId)
 void setModuleSessionId ( $moduleSessionId)
 void setPageNr ( $pageNr)
 void setPatientFieldData ( $patientFieldData)
Methods
getChunksize (line 42)
  • access: public
void getChunksize ()
getDepartmentId (line 34)
  • access: public
void getDepartmentId ()
getModuleSessionId (line 26)
  • access: public
void getModuleSessionId ()
getPageNr (line 50)
  • access: public
void getPageNr ()
getPatientFieldData (line 59)
  • access: public
void getPatientFieldData ()
setChunksize (line 46)
  • access: public
void setChunksize ( $chunksize)
  • $chunksize
setDepartmentId (line 38)
  • access: public
void setDepartmentId ( $departmentId)
  • $departmentId
setModuleSessionId (line 30)
  • access: public
void setModuleSessionId ( $moduleSessionId)
  • $moduleSessionId
setPageNr (line 54)
  • access: public
void setPageNr ( $pageNr)
  • $pageNr
setPatientFieldData (line 63)
  • access: public
void setPatientFieldData ( $patientFieldData)
  • $patientFieldData

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