feat: add diagnosis name handling and update SEP title in integration pages
This commit is contained in:
@@ -47,7 +47,7 @@ export function useIntegrationSepDetail() {
|
||||
memberBirthDate: response.peserta?.tglLahir || '-',
|
||||
memberType: response.peserta?.jnsPeserta || '-',
|
||||
referralLetterNumber: response.noRujukan || '-',
|
||||
initialDiagnosis: response.diagnosa || '-',
|
||||
diagnosisName: response.diagnosa || '-',
|
||||
attendingDoctor: response.dpjp?.kdDPJP || '-',
|
||||
attendingDoctorName: response.dpjp?.nmDPJP || '-',
|
||||
polyName: response.poli || '-',
|
||||
|
||||
Reference in New Issue
Block a user