WD: getting plan

update_flutter_3.24_vida_plus_episode_v2
taha.alam 11 months ago
parent 7253f6c05e
commit 76ce759e86

@ -989,7 +989,7 @@ class SOAPService extends LookupService {
onSuccess: (dynamic response, int statusCode) {
print("Success");
patientProgressNoteListVidaPlus.clear();
response['ProgressNoteList']['resultData'].forEach((v) {
response['ListProgressNote']['resultData'].forEach((v) {
v['data'].forEach((progressNote) {
patientProgressNoteListVidaPlus
.add(ProgressNote.fromJson(progressNote));

Loading…
Cancel
Save