|
|
|
@ -505,7 +505,7 @@ class _AddExaminationDailogState extends State<AddExaminationDailog> {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
builder: (_, model, w) =>
|
|
|
|
builder: (_, model, w) =>
|
|
|
|
AppScaffold(
|
|
|
|
AppScaffold(
|
|
|
|
// baseViewModel: model,
|
|
|
|
baseViewModel: model,
|
|
|
|
isShowAppBar: false,
|
|
|
|
isShowAppBar: false,
|
|
|
|
body: Center(
|
|
|
|
body: Center(
|
|
|
|
child: Container(
|
|
|
|
child: Container(
|
|
|
|
@ -518,16 +518,14 @@ class _AddExaminationDailogState extends State<AddExaminationDailog> {
|
|
|
|
height: 16,
|
|
|
|
height: 16,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
AppText(
|
|
|
|
AppText(
|
|
|
|
"Examinations",
|
|
|
|
TranslationBase.of(context).physicalSystemExamination,
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
fontSize: 16,
|
|
|
|
fontSize: 16,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: 16,
|
|
|
|
height: 16,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
NetworkBaseView(
|
|
|
|
MasterKeyCheckboxSearchWidget(
|
|
|
|
baseViewModel: model,
|
|
|
|
|
|
|
|
child: MasterKeyCheckboxSearchWidget(
|
|
|
|
|
|
|
|
model: model,
|
|
|
|
model: model,
|
|
|
|
hintSearchText: TranslationBase.of(context).searchExamination,
|
|
|
|
hintSearchText: TranslationBase.of(context).searchExamination,
|
|
|
|
buttonName: TranslationBase.of(context).addExamination,
|
|
|
|
buttonName: TranslationBase.of(context).addExamination,
|
|
|
|
@ -553,7 +551,6 @@ class _AddExaminationDailogState extends State<AddExaminationDailog> {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
isServiceSelected: (master) =>isServiceSelected(master),
|
|
|
|
isServiceSelected: (master) =>isServiceSelected(master),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
]),
|
|
|
|
]),
|
|
|
|
))),
|
|
|
|
))),
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
|