|
|
|
|
@ -110,7 +110,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
|
|
|
|
|
child: Column(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
CheckboxListTile(
|
|
|
|
|
/*CheckboxListTile(
|
|
|
|
|
title: AppText(
|
|
|
|
|
TranslationBase.of(context).inPatient,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
@ -158,7 +158,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: 16,
|
|
|
|
|
),
|
|
|
|
|
),*/
|
|
|
|
|
Row(
|
|
|
|
|
mainAxisAlignment:
|
|
|
|
|
MainAxisAlignment.spaceBetween,
|
|
|
|
|
@ -289,7 +289,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
|
|
|
|
|
minLines: 1,
|
|
|
|
|
maxLines: 20,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
/*SizedBox(
|
|
|
|
|
height: 16,
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
@ -319,11 +319,11 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
|
|
|
|
|
controlAffinity:
|
|
|
|
|
ListTileControlAffinity.leading,
|
|
|
|
|
contentPadding: EdgeInsets.all(0),
|
|
|
|
|
)),
|
|
|
|
|
)),*/
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: 8,
|
|
|
|
|
),
|
|
|
|
|
AppTextFieldCustom(
|
|
|
|
|
/* AppTextFieldCustom(
|
|
|
|
|
hintText: TranslationBase.of(context).other,
|
|
|
|
|
dropDownText: TranslationBase.of(context).none,
|
|
|
|
|
enabled: false,
|
|
|
|
|
@ -392,7 +392,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
|
|
|
|
|
TranslationBase.of(context).backAbdomen,
|
|
|
|
|
dropDownText: "BackLNeck",
|
|
|
|
|
enabled: false,
|
|
|
|
|
),
|
|
|
|
|
),*/
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|