Created
May 15, 2023 06:46
-
-
Save mushonnip/30c125f18d584b524fc53089fdd0fb66 to your computer and use it in GitHub Desktop.
fitri no regis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pattern": "order_result", | |
"data": { | |
"Instrument": { | |
"IdInstrument": 2, | |
"NamaInstrument": "CobasC111", | |
"Type": "ASTM", | |
"Mode": "REALTIME" | |
}, | |
"Patient": { | |
"No": "Fitri", | |
"FirstName": "fitri", | |
"LastName": "", | |
"MiddleName": "", | |
"Sex": "M", | |
"DateOfBirth": null, | |
"DoctorName": "", | |
"WardName": "" | |
}, | |
"Sample": { | |
"SampleId": "Fitri", | |
"SampleIdType": "", | |
"SampleRole": "", | |
"SampleType": "", | |
"SampleCondition": "", | |
"SampleContainerType": "", | |
"SequenceNo": "", | |
"PreDilutionCode": "", | |
"RackId": "", | |
"RackPosition": "", | |
"CollectionDateTime": null | |
}, | |
"OrderResults": [ | |
{ | |
"DateReported": "2023-05-09T13:01:11", | |
"Results": [ | |
{ | |
"ResultType": "", | |
"Code": "798", | |
"Value": "111.34", | |
"ValueType": "", | |
"Unit": "mg/dL", | |
"RefRange": "", | |
"Flags": "", | |
"TestStarted": null, | |
"TestCompleted": null | |
} | |
], | |
"OrderNo": "", | |
"OrderControl": "", | |
"OrderStatus": "", | |
"TestCode": "798", | |
"TestNo": "", | |
"Priority": "", | |
"DateOrdered": null, | |
"DilutionRatio": "", | |
"AutoDilutionFactor": "", | |
"ReqInfoStatusCodes": "", | |
"ReportType": "" | |
}, | |
{ | |
"DateReported": "2023-05-09T13:01:11", | |
"Results": [ | |
{ | |
"ResultType": "", | |
"Code": "767", | |
"Value": "222", | |
"ValueType": "", | |
"Unit": "mg/dL", | |
"RefRange": "", | |
"Flags": "", | |
"TestStarted": null, | |
"TestCompleted": null | |
} | |
], | |
"OrderNo": "", | |
"OrderControl": "", | |
"OrderStatus": "", | |
"TestCode": "767", | |
"TestNo": "", | |
"Priority": "", | |
"DateOrdered": null, | |
"DilutionRatio": "", | |
"AutoDilutionFactor": "", | |
"ReqInfoStatusCodes": "", | |
"ReportType": "" | |
}, | |
{ | |
"DateReported": "2023-05-09T13:01:11", | |
"Results": [ | |
{ | |
"ResultType": "", | |
"Code": "454", | |
"Value": "333.32", | |
"ValueType": "", | |
"Unit": "mg/dL", | |
"RefRange": "", | |
"Flags": "", | |
"TestStarted": null, | |
"TestCompleted": null | |
} | |
], | |
"OrderNo": "", | |
"OrderControl": "", | |
"OrderStatus": "", | |
"TestCode": "454", | |
"TestNo": "", | |
"Priority": "", | |
"DateOrdered": null, | |
"DilutionRatio": "", | |
"AutoDilutionFactor": "", | |
"ReqInfoStatusCodes": "", | |
"ReportType": "" | |
}, | |
{ | |
"DateReported": "2023-05-09T13:01:11", | |
"Results": [ | |
{ | |
"ResultType": "", | |
"Code": "552", | |
"Value": "444.45", | |
"ValueType": "", | |
"Unit": "mg/dL", | |
"RefRange": "", | |
"Flags": "", | |
"TestStarted": null, | |
"TestCompleted": null | |
} | |
], | |
"OrderNo": "", | |
"OrderControl": "", | |
"OrderStatus": "", | |
"TestCode": "552", | |
"TestNo": "", | |
"Priority": "", | |
"DateOrdered": null, | |
"DilutionRatio": "", | |
"AutoDilutionFactor": "", | |
"ReqInfoStatusCodes": "", | |
"ReportType": "" | |
}, | |
{ | |
"DateReported": "2023-05-09T13:01:11", | |
"Results": [ | |
{ | |
"ResultType": "", | |
"Code": "781", | |
"Value": "555.91", | |
"ValueType": "", | |
"Unit": "mg/dL", | |
"RefRange": "", | |
"Flags": "", | |
"TestStarted": null, | |
"TestCompleted": null | |
} | |
], | |
"OrderNo": "", | |
"OrderControl": "", | |
"OrderStatus": "", | |
"TestCode": "781", | |
"TestNo": "", | |
"Priority": "", | |
"DateOrdered": null, | |
"DilutionRatio": "", | |
"AutoDilutionFactor": "", | |
"ReqInfoStatusCodes": "", | |
"ReportType": "" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment