From c307ca6031e0445b1fadbcb9086df88f980eb44b Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Wed, 20 May 2026 16:22:44 +0700 Subject: [PATCH] Fix riwayat keluarga result mapping --- application/libraries/Genresultfisik.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Genresultfisik.php b/application/libraries/Genresultfisik.php index bbf25755..4b6b023a 100644 --- a/application/libraries/Genresultfisik.php +++ b/application/libraries/Genresultfisik.php @@ -3775,7 +3775,7 @@ So_ResultEntryNonlab_TemplateID = 27 'bodyfatmonitoring' => ['method' => 'bodyfatmonitoring', 'call' => 'default3', 'result_type' => 'string'], 'riwayat_penyakit' => ['method' => 'riwayat_penyakit', 'call' => 'default', 'result_type' => 'string'], 'alergi' => ['method' => 'alergi', 'call' => 'default', 'result_type' => 'string'], - 'riwayat_penyakit_keluarga' => ['method' => 'riwayat_penyakit_keluarga', 'call' => 'default', 'result_type' => 'assoc'], + 'riwayat_penyakit_keluarga' => ['method' => 'riwayat_keluarga', 'call' => 'default', 'result_type' => 'assoc'], 'merokok' => ['method' => 'merokok', 'call' => 'default', 'result_type' => 'string'], 'alkohol' => ['method' => 'alkohol', 'call' => 'default', 'result_type' => 'string'], 'olahraga' => ['method' => 'olahraga', 'call' => 'default', 'result_type' => 'string'],