null.| Parameter Name | Variable Type |
|---|---|
| lab_details | object |
| lab_details.name | string | null |
| lab_details.company_registration | string | null |
| lab_details.address | string | null |
| lab_details.phone | string | null |
| lab_details.email | string | null |
| lab_details.website | string | null |
| patient_details | object |
| patient_details.name | string | null |
| patient_details.ic_or_passport | string | null |
| patient_details.dob | string | null |
| patient_details.age | string | null |
| patient_details.sex | string | null |
| patient_details.address | string | null |
| patient_details.phone | string | null |
| patient_details.your_reference | string | null |
| referring_doctor | object |
| referring_doctor.name | string | null |
| referring_doctor.address | string | null |
| referring_doctor.doctor_code | string | null |
| specimen_details | object |
| specimen_details.specimen_types[] | Array of strings |
| specimen_details.fasting | string | null |
| specimen_details.collection_date | string | null |
| specimen_details.collection_time | string | null |
| specimen_details.collected_by | string | null |
| specimen_details.is_urgent | string | null |
| specimen_details.urgent_phone | string | null |
| specimen_details.urgent_fax | string | null |
| specimen_details.copy_to | string | null |
| specimen_details.bill_to | string | null |
| specimen_details.payment_method | string | null |
| specimen_details.amount_rm | string | null |
| specimen_details.receipt_no | string | null |
| specimen_details.billing_collected_by | string | null |
| tests_requested | object |
| tests_requested.profiles[] | Array of strings |
| tests_requested.biochemistry[] | Array of strings |
| tests_requested.haematology[] | Array of strings |
| tests_requested.serology_immuno[] | Array of strings |
| tests_requested.microbiology_cytology[] | Array of strings |
| clinical_history_or_drug_therapy | string | null |
| additional_tests[] | Array of strings |
data array will always have the specified type, with the possibility of being null.null.{
"success": true,
"data": [
{
"type": "lab_details",
"value": {
"name": "Innoquest Pathology",
"company_registration": "9876543-X",
"address": "Level 12, Wisma Health, Jalan Ampang, Kuala Lumpur",
"phone": "03-66778899",
"email": "info@innoquest.com.my",
"website": "https://innoquest.com.my"
}
},
{
"type": "patient_details",
"value": {
"name": "Mohamad Faiz",
"ic_or_passport": "880202-14-5678",
"dob": "1988/02/02",
"age": "37",
"sex": "M",
"address": "No. 25, Jalan Meranti, Shah Alam",
"phone": "017-2233445",
"your_reference": "INQ-REF-00099"
}
},
{
"type": "referring_doctor",
"value": {
"name": "Dr. Noraini",
"address": "Klinik Perubatan Bestari, Klang",
"doctor_code": "DR1002"
}
},
{
"type": "specimen_details",
"value": {
"specimen_types": ["Blood", "Fluids"],
"fasting": "Yes",
"collection_date": "2025/07/24",
"collection_time": "08:45am",
"collected_by": "Medi Assistant",
"is_urgent": "No",
"urgent_phone": null,
"urgent_fax": null,
"copy_to": "HR Department",
"bill_to": "Company XYZ",
"payment_method": "Cash",
"amount_rm": "150.00",
"receipt_no": "RCP20250724-01",
"billing_collected_by": "Admin A"
}
},
{
"type": "tests_requested",
"value": {
"profiles": ["ANE Anaemia Studies"],
"biochemistry": [],
"haematology": [],
"serology_immuno": [],
"microbiology_cytology": []
}
},
{
"type": "clinical_history_or_drug_therapy",
"value": "No known medical history"
},
{
"type": "additional_tests",
"value": ["CRP", "ESR"]
}
],
"miscellaneous": {
"processedTime": 4.983214
}
}