|
|
|
|
@ -63,11 +63,11 @@ class _UpdateObjectivePageState extends State<UpdateObjectivePage> implements Ob
|
|
|
|
|
await model.getPatientPhysicalExam(widget.patientInfo);
|
|
|
|
|
if (model.patientPhysicalExamList.isNotEmpty) {
|
|
|
|
|
if (model.physicalExaminationList.length == 0) {
|
|
|
|
|
await model.getMasterLookup(MasterKeysService.PostPhysicalExaminationModel);
|
|
|
|
|
await model.getMasterLookup(MasterKeysService.PhysicalExamination);
|
|
|
|
|
}
|
|
|
|
|
model.patientPhysicalExamList.forEach((element) {
|
|
|
|
|
MasterKeyModel? examMaster = model.getOneMasterKey(
|
|
|
|
|
masterKeys: MasterKeysService.PostPhysicalExaminationModel,
|
|
|
|
|
masterKeys: MasterKeysService.PhysicalExamination,
|
|
|
|
|
id: element.examId,
|
|
|
|
|
);
|
|
|
|
|
MySelectedExamination tempEam = SoapUtils.generateMySelectedExamination(
|
|
|
|
|
|