Open meghanmc opened 4 years ago
In order to make the code for PatientInfoForm more compact and easily extendable, we should use a format similar to that used in DiagnosisForm.
{"PatientInfoFields": [ "fieldType" : "fieldName", ... ] }
In order to make the code for PatientInfoForm more compact and easily extendable, we should use a format similar to that used in DiagnosisForm.