|
|
|
|
@ -62,6 +62,10 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage>
|
|
|
|
|
|
|
|
|
|
getHistory(SOAPViewModel model) async {
|
|
|
|
|
widget.changeLoadingState(true);
|
|
|
|
|
|
|
|
|
|
model.complaintsControllerError = '';
|
|
|
|
|
model.medicationControllerError = '';
|
|
|
|
|
model.illnessControllerError = '';
|
|
|
|
|
GetHistoryReqModel getHistoryReqModel = GetHistoryReqModel(
|
|
|
|
|
patientMRN: widget.patientInfo.patientMRN,
|
|
|
|
|
episodeID: widget.patientInfo.episodeNo.toString(),
|
|
|
|
|
|