Class DeletePatientRequest

Description

Parameter object for the DeletePatient Request

The parameters are :

  • moduleSessionId [integer] : module session identifier
  • patientId [integer] : id of the patient to be deleted
  • serverSignature [Signature] : a server signature authenticating the delete request

Located in /src/wrapper/DeletePatientRequest.php (line 32)


	
			
Method Summary
 static DeletePatientRequest mapWebServiceInputToThisObj (Object $deletePatientRequest)
 DeletePatientRequest __construct (integer $moduleSessionId, integer $patientId, Signature $serverSignature)
 void getPatientId ()
 void setModuleSessionId ( $moduleSessionId)
 void setPatientId ( $patientId)
 void setServerSignature ( $serverSignature)
Methods
static mapWebServiceInputToThisObj (line 124)

Using the Web Service Input Object, Creates a DeletePatientRequest Object.

The constructor validates that expected input types were given by the client, And throws an exception otherwise.

  • access: public
DeletePatientRequest mapWebServiceInputToThisObj (Object $deletePatientRequest)
  • Object $deletePatientRequest: deletePatientRequest WebService Input Object
Constructor __construct (line 46)

Create DeletePatientRequest Object from moduleSessionID, patientID and Signature If either input parameter is not set, an error will be issued.

DeletePatientRequest __construct (integer $moduleSessionId, integer $patientId, Signature $serverSignature)
  • integer $moduleSessionId
  • integer $patientId
  • Signature $serverSignature
getModuleSessionId (line 66)

Gets the value of the $moduleSessionId property.

  • access: public
void getModuleSessionId ()
getPatientId (line 82)

Gets the value of the $patientId property.

  • access: public
void getPatientId ()
getServerSignature (line 98)

Gets the value of the $serverSignature property.

void getServerSignature ()
setModuleSessionId (line 74)

Sets the value of the $moduleSessionId property.

  • access: public
void setModuleSessionId ( $moduleSessionId)
  • $moduleSessionId
setPatientId (line 90)

Sets the value of the $patientId property.

  • access: public
void setPatientId ( $patientId)
  • $patientId
setServerSignature (line 106)

Sets the value of the $serverSignature property.

void setServerSignature ( $serverSignature)
  • $serverSignature

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