null.| Parameter Name | Variable Type |
|---|---|
| lab_details | object |
| lab_details.name | string | null |
| lab_details.address | string | null |
| lab_details.phone | string | null |
| lab_details.fax | string | null |
| lab_details.website | string | null |
| patient_details | object |
| patient_details.name | string | null |
| patient_details.ic_or_passport | string | null |
| patient_details.your_reference | string | null |
| patient_details.dob | string | null |
| patient_details.age | string | null |
| patient_details.gender | string | null |
| patient_details.ethnic | string | null |
| doctor_and_clinic_details | object |
| doctor_and_clinic_details.doctor_name | string | null |
| doctor_and_clinic_details.clinic_name | string | null |
| doctor_and_clinic_details.company_registration_no | string | null |
| doctor_and_clinic_details.clinic_address | string | null |
| doctor_and_clinic_details.clinic_phone | string | null |
| doctor_and_clinic_details.clinic_email | string | null |
| specimen_details | object |
| specimen_details.is_urgent | string | null |
| specimen_details.urgent_contact_info | string | null |
| specimen_details.collection_date | string | null |
| specimen_details.collection_time | string | null |
| specimen_details.fasting | string | null |
| specimen_details.blood_tube_types[] | Array of strings |
| specimen_details.other_specimen_types[] | Array of strings |
| specimen_details.second_copy_to[] | Array of strings |
| specimen_details.bill_to | string | null |
| tests_requested | object |
| tests_requested.general_profiles[] | Array of strings |
| tests_requested.optional_tag_on_gqy_ghy[] | Array of strings |
| tests_requested.commonly_used_profiles[] | Array of strings |
| tests_requested.other_tag_on[] | Array of strings |
| tests_requested.other_single_profile_tests[] | Array of strings |
| cytology_gynaecology_tests[] | Array of strings |
| cytology_site[] | Array of strings |
| cytology_clinical[] | Array of strings |
| cytology_indication | object |
| cytology_indication.types[] | Array of strings |
| cytology_indication.lmp | string | null |
| cytology_indication.last_pap | string | null |
| cytology_indication.other | string | null |
| histology_and_cytology_non_gynae | object |
| histology_and_cytology_non_gynae.request_type[] | Array of strings |
| histology_and_cytology_non_gynae.special_stains | string | null |
| histology_and_cytology_non_gynae.test_code | string | null |
| histology_and_cytology_non_gynae.specimen_type_and_site | string | null |
| clinical_history_indication_drug_therapy | string | null |
data array will always have the specified type, with the possibility of being null.null.{
"success": true,
"data": [
{
"type": "lab_details",
"value": {
"name": "Gnosis Laboratories Malaysia",
"address": "No. 11, Jalan Sains, 50400 Kuala Lumpur",
"phone": "03-55667788",
"fax": "03-55667799",
"website": "https://gnosislab.my"
}
},
{
"type": "patient_details",
"value": {
"name": "Alice Tan",
"ic_or_passport": "901010-08-5678",
"your_reference": "REF20250723",
"dob": "1990/10/10",
"age": "35",
"gender": "F",
"ethnic": "Chinese"
}
},
{
"type": "doctor_and_clinic_details",
"value": {
"doctor_name": "Dr. Lim Chen",
"clinic_name": "Klinik MedicCare",
"company_registration_no": "MC-7891234",
"clinic_address": "22A, Jalan Perubatan, PJ",
"clinic_phone": "03-33445566",
"clinic_email": "klinik@mediccare.my"
}
},
{
"type": "specimen_details",
"value": {
"is_urgent": "Yes",
"urgent_contact_info": "012-9998888",
"collection_date": "2025/07/23",
"collection_time": "10:30am",
"fasting": "Yes",
"blood_tube_types": ["EDTA (Purple)"],
"other_specimen_types": ["Urine"],
"second_copy_to": ["Clinic"],
"bill_to": "Credit Account"
}
},
{
"type": "tests_requested",
"value": {
"general_profiles": ["GE"],
"optional_tag_on_gqy_ghy": ["UMAL"],
"commonly_used_profiles": ["Full Blood Count"],
"other_tag_on": [""],
"other_single_profile_tests": [""]
}
},
{
"type": "cytology_gynaecology_tests",
"value": ["PAP Smear"]
},
{
"type": "cytology_site",
"value": ["Cervix"]
},
{
"type": "cytology_clinical",
"value": [""]
},
{
"type": "cytology_indication",
"value": {
"types": ["Routine"],
"lmp": "2025/06/30",
"last_pap": "2024/07/15",
"other": null
}
},
{
"type": "histology_and_cytology_non_gynae",
"value": {
"request_type": ["Histology"],
"special_stains": "PAS",
"test_code": "HST123",
"specimen_type_and_site": "Liver tissue"
}
},
{
"type": "clinical_history_indication_drug_therapy",
"value": "Long-term immunosuppressants"
}
],
"miscellaneous": {
"processedTime": 4.328174
}
}