add patient group

This commit is contained in:
Rayhan Ardiansyah
2026-03-06 13:32:25 +07:00
parent 373b26ed72
commit 2d8256f6da
7 changed files with 786 additions and 2 deletions

View File

@ -297,6 +297,19 @@ const doc = {
$item_master_id: 'Item Master ID (required, UUID)',
$item_origin_id: 'Item Origin ID (required, UUID)',
$percentage: 'Percentage (required, number, min 0, max 999.99, 2 decimal places)'
},
patient_group: {
$patient_group_name: 'PatientGroup name',
},
patient_guarantor: {
$guarantor_name: 'PatientGuarantor name',
$phone: '08123456789', // Nomor telepon
$province: 'West Java', // Provinsi
$city: 'Bandung', // Kota
$zip_code: '40123', // Kode Pos
$agreement_no: 'AG123456789', // Nomor Perjanjian
$agreement_desc: 'Health Insurance Agreement', // Deskripsi Perjanjian (opsional)
$patient_group_id: '2e1a1b33-bbb2-4f33-b2c4-cff5976f3f95', // Patient Group (UUID)
}
},
parameters: {