|
|
|
@ -40,8 +40,10 @@ class UpdateChiefComplaints extends StatelessWidget {
|
|
|
|
maxLines: 25,
|
|
|
|
maxLines: 25,
|
|
|
|
minLines: 7,
|
|
|
|
minLines: 7,
|
|
|
|
hasBorder: true,
|
|
|
|
hasBorder: true,
|
|
|
|
validationError:complaintsControllerError !=''?complaintsControllerError:null ,
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
|
|
|
validationError: complaintsControllerError != ''
|
|
|
|
|
|
|
|
? complaintsControllerError
|
|
|
|
|
|
|
|
: null,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: 20,
|
|
|
|
height: 20,
|
|
|
|
@ -52,10 +54,14 @@ class UpdateChiefComplaints extends StatelessWidget {
|
|
|
|
.of(context)
|
|
|
|
.of(context)
|
|
|
|
.historyOfPresentIllness,
|
|
|
|
.historyOfPresentIllness,
|
|
|
|
controller: illnessController,
|
|
|
|
controller: illnessController,
|
|
|
|
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
|
|
|
|
|
|
|
maxLines: 25,
|
|
|
|
maxLines: 25,
|
|
|
|
minLines: 7,
|
|
|
|
minLines: 7,
|
|
|
|
hasBorder: true,
|
|
|
|
hasBorder: true,
|
|
|
|
validationError:illnessControllerError !=''?illnessControllerError:null ,
|
|
|
|
validationError: illnessControllerError != ''
|
|
|
|
|
|
|
|
? illnessControllerError
|
|
|
|
|
|
|
|
: null,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: 10,
|
|
|
|
height: 10,
|
|
|
|
@ -74,7 +80,11 @@ class UpdateChiefComplaints extends StatelessWidget {
|
|
|
|
maxLines: 25,
|
|
|
|
maxLines: 25,
|
|
|
|
minLines: 7,
|
|
|
|
minLines: 7,
|
|
|
|
hasBorder: true,
|
|
|
|
hasBorder: true,
|
|
|
|
validationError:medicationControllerError !=''?medicationControllerError:null ,
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
validationError: medicationControllerError != ''
|
|
|
|
|
|
|
|
? medicationControllerError
|
|
|
|
|
|
|
|
: null,
|
|
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
|