diff --git a/app/Controllers/Patient.php b/app/Controllers/Patient.php index de1f808..ccd97ef 100644 --- a/app/Controllers/Patient.php +++ b/app/Controllers/Patient.php @@ -139,14 +139,14 @@ class Patient extends Controller { "Citizenship" => $input['Citizenship'] ?? null, "DeathIndicator" => isset($input['DeathIndicator']) ? (int) $input['DeathIndicator'] : null, "DeathDateTime" => $input['DeathDateTime'] ?? null, - "LinkTo" => $input['LinkTo'] ?? null, + // "LinkTo" => $input['LinkTo'] ?? null, "CreateDate" => date('Y-m-d H:i:s'), "DelDate" => null, // Field tambahan dari struktur sebelumnya (bisa dihapus jika tidak dipakai) - "PatientComment" => $input['PatientComment'] ?? null, - "IdentityIDType" => $input['IdentityIDType'] ?? null, - "IdentityID" => $input['IdentityID'] ?? null + // "PatientComment" => $input['PatientComment'] ?? null, + // "IdentityIDType" => $input['IdentityIDType'] ?? null, + // "IdentityID" => $input['IdentityID'] ?? null ]; $rules = [ @@ -231,14 +231,14 @@ class Patient extends Controller { "Citizenship" => $input['Citizenship'] ?? null, "DeathIndicator" => isset($input['DeathIndicator']) ? (int) $input['DeathIndicator'] : null, "DeathDateTime" => $input['DeathDateTime'] ?? null, - "LinkTo" => $input['LinkTo'] ?? null, + // "LinkTo" => $input['LinkTo'] ?? null, "CreateDate" => date('Y-m-d H:i:s'), "DelDate" => null, // Field tambahan dari struktur sebelumnya (bisa dihapus jika tidak dipakai) - "PatientComment" => $input['PatientComment'] ?? null, - "IdentityIDType" => $input['IdentityIDType'] ?? null, - "IdentityID" => $input['IdentityID'] ?? null + // "PatientComment" => $input['PatientComment'] ?? null, + // "IdentityIDType" => $input['IdentityIDType'] ?? null, + // "IdentityID" => $input['IdentityID'] ?? null ]; // $data = [ // "PatientID" => $input['PatientID'] ?? null,