+ {/* Left - Navigation/Progress Bar */}
+
+
+ {/* Right - Main Content */}
+
+ {/* Header Section */}
+
+
+
+
+ {/* Patient Details Section */}
+
+
+
+
Patient Name
+
John Honai
+
+
+
UHID
+
T105690908240017
+
+
+
+
+
+
+
+ {orderData.map((order) => (
+
+
toggleOrder(order.orderId)}
+ >
+
+
+
+
+
+ Order id
+
+
+
+ {order.orderId}
+
+
+ {order.status}
+
+
+
+
+
+ Specimen to be collected:{" "}
+
+ {order.samples[0]?.specimenType}
+
+
+
+
+
+
+
+
+
+
+ {/* Expanded Content */}
+
+
+
+
+
+ {/* Left Section */}
+
+
+ Test
+
+
{order.test}
+
+
+ {/* Right Section */}
+
+
+ Order Placed by
+
+
+
+ Dr. Jahnab Dutta,
+
+
+ Cardiologist
+
+
+
+
+ Order Date/Time
+
+
+ 28-Nov-2024, 2:30PM
+
+
+
+ Priority
+
+
+ Stat
+
+
+
+ {/* Note Section */}
+
+
+ Note:
+
+
+ Prescribed CBC to check for anemia or infection
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Specimen Collected by:
+
+
+ Aisha Mohamed
+
+
+
+ on 28 Nov 3:32 PM
+
+
+
+
+
+
+
+
+
+
+
+ Specimen Send to lab by:
+
+
+ Sanjay Patel
+
+
+
+ on 28 Nov 4:56 PM
+
+
+
+
+
+
+
+
+
+
+
+ Specimen Recieved at lab{" "}
+
+ Medcore Laboratories
+
+ by:
+
+
+ Amar singh
+
+
+
+ on 29 Nov 10:10 AM
+
+
+
+
+
+
+
+
+
+
+
+ Test conducted and results entered by:
+
+
+ Sam George
+
+
+
+ on 29 Nov 2:22 PM
+
+
+
+
+
+
+
+
+
+ Test Results:
+
+
+
+
+
+ Parameter
+
+
+ Result
+
+
+ Unit
+
+
+ Reference Range
+
+ Remark
+
+
+
+ {testResults.map((test, index) => (
+
+ {test.parameter}
+ {test.result}
+ {test.unit}
+ {test.referenceRange}
+ {test.remark}
+
+ ))}
+
+
+
+
+
+ Note
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ))}
+
+
+ );
+};