Class UserDepartment

Description

UserDepartment. Represents a department that the current user has access to

The parameters are : (name [type] description)

  • departmentId [Long] : The id of the department
  • departmentName [String] : Name of the department
  • clinicId [Long] : The id of the clinic
  • clinicName [String] : Name of the clinic
  • countryId [String] : Id of the country (2-letter ISO code)

  • author: pabt

Located in /src/wrapper/UserDepartment.php (line 16)


	
			
Method Summary
 void getClinicId ()
 void getClinicName ()
 void getCountryId ()
 void getDepartmentId ()
 void setClinicId ( $clinicId)
 void setClinicName ( $clinicName)
 void setCountryId ( $countryId)
 void setDepartmentId ( $departmentId)
 void setDepartmentName ( $departmentName)
Methods
getClinicId (line 40)
  • access: public
void getClinicId ()
getClinicName (line 48)
  • access: public
void getClinicName ()
getCountryId (line 56)
  • access: public
void getCountryId ()
getDepartmentId (line 24)
  • access: public
void getDepartmentId ()
getDepartmentName (line 32)
  • access: public
void getDepartmentName ()
setClinicId (line 44)
  • access: public
void setClinicId ( $clinicId)
  • $clinicId
setClinicName (line 52)
  • access: public
void setClinicName ( $clinicName)
  • $clinicName
setCountryId (line 60)
  • access: public
void setCountryId ( $countryId)
  • $countryId
setDepartmentId (line 28)
  • access: public
void setDepartmentId ( $departmentId)
  • $departmentId
setDepartmentName (line 36)
  • access: public
void setDepartmentName ( $departmentName)
  • $departmentName

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