|
@@ -223,8 +223,9 @@ class PatientListPage extends GetView<PatientListController> {
|
|
|
ContractStateSelectLabelView(
|
|
|
ContractStateEnums: [
|
|
|
ContractStateEnum.Signed,
|
|
|
+ ContractStateEnum.Cancelled,
|
|
|
ContractStateEnum.Unsigned,
|
|
|
- ContractStateEnum.Voided,
|
|
|
+ ContractStateEnum.Expired,
|
|
|
ContractStateEnum.Refused,
|
|
|
],
|
|
|
selectContractState:
|