feat(guarantor): add is_default and is_full_paid column

This commit is contained in:
avicenan
2026-04-25 13:05:40 +07:00
parent fa87e7b08e
commit d40838eb51
2 changed files with 38 additions and 19 deletions

View File

@ -376,6 +376,8 @@ const doc = {
$patient_group_id: "2e1a1b33-bbb2-4f33-b2c4-cff5976f3f95", // Patient Group (UUID)
$faretype: "3f1a1b33-bbb2-4f33-b2c4-cff5976f3f95", // Fare Type (UUID)
$maximalliability: 1000000, // Maximal Liability (opsional)
is_default: false, // Is Default (opsional)
is_full_paid: false, // Is Full Paid (opsional)
},
refferal_hospital: {
$refferal_hospital_name: "RefferalHospital name",