|
|
|
|
@ -40,22 +40,28 @@ class UpdateChiefComplaints extends StatelessWidget {
|
|
|
|
|
maxLines: 25,
|
|
|
|
|
minLines: 7,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
validationError:complaintsControllerError !=''?complaintsControllerError:null ,
|
|
|
|
|
|
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
validationError: complaintsControllerError != ''
|
|
|
|
|
? complaintsControllerError
|
|
|
|
|
: null,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: 20,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
hintText: TranslationBase
|
|
|
|
|
.of(context)
|
|
|
|
|
.historyOfPresentIllness,
|
|
|
|
|
controller: illnessController,
|
|
|
|
|
maxLines: 25,
|
|
|
|
|
minLines: 7,
|
|
|
|
|
hintText: TranslationBase
|
|
|
|
|
.of(context)
|
|
|
|
|
.historyOfPresentIllness,
|
|
|
|
|
controller: illnessController,
|
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
|
|
|
|
|
maxLines: 25,
|
|
|
|
|
minLines: 7,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
validationError:illnessControllerError !=''?illnessControllerError:null ,
|
|
|
|
|
validationError: illnessControllerError != ''
|
|
|
|
|
? illnessControllerError
|
|
|
|
|
: null,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: 10,
|
|
|
|
|
@ -67,14 +73,18 @@ class UpdateChiefComplaints extends StatelessWidget {
|
|
|
|
|
height: 10,
|
|
|
|
|
),
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
hintText: TranslationBase
|
|
|
|
|
.of(context)
|
|
|
|
|
.currentMedications,
|
|
|
|
|
controller: medicationController,
|
|
|
|
|
hintText: TranslationBase
|
|
|
|
|
.of(context)
|
|
|
|
|
.currentMedications,
|
|
|
|
|
controller: medicationController,
|
|
|
|
|
maxLines: 25,
|
|
|
|
|
minLines: 7,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
validationError:medicationControllerError !=''?medicationControllerError:null ,
|
|
|
|
|
minLines: 7,
|
|
|
|
|
hasBorder: true,
|
|
|
|
|
inputType: TextInputType.multiline,
|
|
|
|
|
|
|
|
|
|
validationError: medicationControllerError != ''
|
|
|
|
|
? medicationControllerError
|
|
|
|
|
: null,
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
|