feat(guarantor): add is_default and is_full_paid column
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user