Class PatientFieldData

Description

A PatientFieldData object contains the id and the value for one PatientField

The parameters are : (name [type] description)

  • fieldId [String] : the id is compound of the string 'field' and the patient field id that you got when you call get patient field id. e. g. field3
  • value [String] : value of the field

  • author: pabt

Located in /src/patientManagement/PatientFieldData.php (line 15)


	
			
Method Summary
 void getFieldId ()
 void getFieldType ()
 void getValue ()
 void setFieldId ( $fieldId)
 void setFieldType ( $fieldType)
 void setFixedFieldType ( $fixedFieldType)
 void setValue ( $value)
Methods
getFieldId (line 39)
  • access: public
void getFieldId ()
getFieldType (line 30)
  • access: public
void getFieldType ()
getFixedFieldType (line 22)
  • access: public
void getFixedFieldType ()
getValue (line 47)
  • access: public
void getValue ()
setFieldId (line 43)
  • access: public
void setFieldId ( $fieldId)
  • $fieldId
setFieldType (line 34)
  • access: public
void setFieldType ( $fieldType)
  • $fieldType
setFixedFieldType (line 26)
  • access: public
void setFixedFieldType ( $fixedFieldType)
  • $fixedFieldType
setValue (line 51)
  • access: public
void setValue ( $value)
  • $value

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