|
|
|
@ -47,7 +47,11 @@ class UcafViewModel extends BaseViewModel {
|
|
|
|
String respirationBeatPerMinute = "0";
|
|
|
|
String respirationBeatPerMinute = "0";
|
|
|
|
String bloodPressure = "0 / 0";
|
|
|
|
String bloodPressure = "0 / 0";
|
|
|
|
|
|
|
|
|
|
|
|
resetDataInFirst() {
|
|
|
|
resetDataInFirst({bool firstPage = true}) {
|
|
|
|
|
|
|
|
if(firstPage){
|
|
|
|
|
|
|
|
_ucafService.patientVitalSignsHistory = [];
|
|
|
|
|
|
|
|
_ucafService.patientChiefComplaintList = [];
|
|
|
|
|
|
|
|
}
|
|
|
|
_ucafService.patientAssessmentList = [];
|
|
|
|
_ucafService.patientAssessmentList = [];
|
|
|
|
_ucafService.orderProcedureList = [];
|
|
|
|
_ucafService.orderProcedureList = [];
|
|
|
|
_ucafService.prescriptionList = null;
|
|
|
|
_ucafService.prescriptionList = null;
|
|
|
|
|