|
|
|
|
@ -618,7 +618,11 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
|
|
|
|
|
.toString()
|
|
|
|
|
: null,
|
|
|
|
|
validationError:
|
|
|
|
|
unitError,
|
|
|
|
|
model.itemMedicineListUnit
|
|
|
|
|
.length !=
|
|
|
|
|
1
|
|
|
|
|
? unitError
|
|
|
|
|
: null,
|
|
|
|
|
enabled: false),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -804,7 +808,12 @@ class _PrescriptionFormWidgetState extends State<PrescriptionFormWidget> {
|
|
|
|
|
? frequency[
|
|
|
|
|
'description']
|
|
|
|
|
: null,
|
|
|
|
|
validationError: frequencyError,
|
|
|
|
|
validationError: model
|
|
|
|
|
.itemMedicineList
|
|
|
|
|
.length !=
|
|
|
|
|
1
|
|
|
|
|
? frequencyError
|
|
|
|
|
: null,
|
|
|
|
|
enabled: false,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|