add new param to mih dropdown

This commit is contained in:
yaso 2025-02-05 10:14:43 +02:00
parent b71c996d9a
commit 64071ce4e6
14 changed files with 29 additions and 0 deletions

View file

@ -83,6 +83,7 @@ class _ClaimStatementWindowState extends State<ClaimStatementWindow> {
dropdownOptions: const ["Claim", "Statement"],
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10),
// Text(
@ -216,6 +217,7 @@ class _ClaimStatementWindowState extends State<ClaimStatementWindow> {
],
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10),
ValueListenableBuilder(
@ -237,6 +239,7 @@ class _ClaimStatementWindowState extends State<ClaimStatementWindow> {
],
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10),
],

View file

@ -229,6 +229,7 @@ class _AddPatientState extends State<AddPatient> {
controller: medAidController,
hintText: "Medical Aid",
editable: true,
enableSearch: false,
// onSelect: (_) {
// isRequired();
// },
@ -248,6 +249,7 @@ class _AddPatientState extends State<AddPatient> {
hintText: "Main Member",
editable: value,
required: value,
enableSearch: false,
dropdownOptions: const ["Yes", "No"],
),
const SizedBox(height: 10.0),

View file

@ -468,6 +468,7 @@ class _EditPatientState extends State<EditPatient> {
// },
editable: true,
required: true,
enableSearch: false,
dropdownOptions: const ["Yes", "No"],
),
ValueListenableBuilder(
@ -483,6 +484,7 @@ class _EditPatientState extends State<EditPatient> {
hintText: "Main Member.",
editable: value,
required: value,
enableSearch: false,
dropdownOptions: const ["Yes", "No"],
),
const SizedBox(height: 10.0),

View file

@ -384,6 +384,7 @@ class _PrescripInputState extends State<PrescripInput> {
dropdownOptions: numberOptions,
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10.0),
MIHDropdownField(
@ -392,6 +393,7 @@ class _PrescripInputState extends State<PrescripInput> {
dropdownOptions: numberOptions,
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10.0),
MIHDropdownField(
@ -400,6 +402,7 @@ class _PrescripInputState extends State<PrescripInput> {
dropdownOptions: numberOptions,
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10.0),
MIHDropdownField(
@ -408,6 +411,7 @@ class _PrescripInputState extends State<PrescripInput> {
dropdownOptions: numberOptions,
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 15.0),
SizedBox(