|
|
|
|
@ -307,7 +307,7 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
|
|
|
|
|
),
|
|
|
|
|
AppTextFormField(
|
|
|
|
|
textInputType: TextInputType.number,
|
|
|
|
|
hintText: TranslationBase.of(context).patientID,
|
|
|
|
|
hintText: TranslationBase.of(context).patientFile,
|
|
|
|
|
// validator: (value) {
|
|
|
|
|
// return TextValidator().validateIdNumber(value);
|
|
|
|
|
// },
|
|
|
|
|
@ -401,7 +401,9 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
|
|
|
|
|
value: true,
|
|
|
|
|
activeColor: Color(0xffFFDDD9),
|
|
|
|
|
onChanged: (bool newValue) {}),
|
|
|
|
|
AppText('Only Arrived Patient',
|
|
|
|
|
AppText(
|
|
|
|
|
TranslationBase.of(context)
|
|
|
|
|
.onlyArrivedPatient,
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 2),
|
|
|
|
|
])),
|
|
|
|
|
SizedBox(
|
|
|
|
|
@ -420,7 +422,7 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
|
|
|
|
|
alignment: WrapAlignment.center,
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
AppButton(
|
|
|
|
|
title: TranslationBase.of(context).patientID,
|
|
|
|
|
title: TranslationBase.of(context).search,
|
|
|
|
|
color: Color(0xff58434F),
|
|
|
|
|
onPressed: () {
|
|
|
|
|
_validateInputs();
|
|
|
|
|
|