jira bug fixing

merge-requests/312/head
hussam al-habibeh 5 years ago
parent 925d21f29a
commit cb8b7a4ec4

@ -577,11 +577,14 @@ class _UpdatePrescriptionFormState extends State<UpdatePrescriptionForm> {
child: TextField( child: TextField(
decoration: decoration:
textFieldSelectorDecoration( textFieldSelectorDecoration(
model model.patientAssessmentList
.patientAssessmentList.isNotEmpty? model.patientAssessmentList[ .isNotEmpty
0] ? model
.icdCode10ID .patientAssessmentList[
.toString():'', 0]
.icdCode10ID
.toString()
: '',
indication != null indication != null
? indication['name'] ? indication['name']
: null, : null,
@ -607,11 +610,14 @@ class _UpdatePrescriptionFormState extends State<UpdatePrescriptionForm> {
maxLines: 3, maxLines: 3,
decoration: decoration:
textFieldSelectorDecoration( textFieldSelectorDecoration(
model model.patientAssessmentList
.patientAssessmentList.isNotEmpty? model.patientAssessmentList[ .isNotEmpty
0] ? model
.asciiDesc .patientAssessmentList[
.toString():'', 0]
.asciiDesc
.toString()
: '',
indication != null indication != null
? indication['name'] ? indication['name']
: null, : null,

Loading…
Cancel
Save