Get Lab Order By ID
Endpoint: /v1/lab-orders/get/{ID}
/v1/lab-orders/get/{ID}Method: GET
Path Parameter:
ID
Required: ID of Lab Order
Query Parameter:
AccountID
Required: Unique identifier for the associated clinic
Response
Param
Type
Description
message
String
Response message indicating the status.
data
Object
Contains details of the retrieved data.
data.ID
String
Unique identifier for the lab order.
data.AccountID
String
Unique identifier for the associated account.
data.OrderType
String
Type of the order (e.g., PGT).
data.PatientID
String
Unique identifier for the associated patient.
data.MedicalHistory
Object
Details about the patient's medical history.
data.MedicalHistory.PreviousConceptions
Number
Number of previous conceptions.
data.MedicalHistory.PreviousMiscarriages
Number
Number of previous miscarriages.
data.MedicalHistory.PreviousDeliveries
Number
Number of previous deliveries.
data.MedicalHistory.PreviousIVFCycles
Number
Number of previous IVF cycles.
data.CycleInformation
Object
Details about the current treatment cycle.
data.CycleInformation.PrimaryDiagnosis
String
Primary diagnosis for the treatment cycle.
data.CycleInformation.FreshTransfer
Boolean
Indicates if a fresh transfer was performed.
data.CycleInformation.FreezeAllCycle
Boolean
Indicates if a freeze-all cycle was performed.
data.CycleInformation.DonorGametesUsed
Boolean
Indicates if donor gametes were used.
data.CycleInformation.EggDonorAgeDonorGametesUsed
Number
Age of the egg donor, if donor gametes were used.
data.CycleInformation.SpermDonorAgeDonorGametesUsed
Number
Age of the sperm donor, if donor gametes were used.
data.CycleInformation.EggRetrievalDate
String (Date)
Date of egg retrieval.
data.TestDetails
Object
Information about the tests conducted.
data.TestDetails.PGTDetails
Object
Details specific to PGT testing.
data.TestDetails.PGTDetails.ICD10Code
String
ICD-10 code related to the testing.
data.TestDetails.PGTDetails.PGTA
Boolean
Indicates if PGTA testing was performed.
data.TestDetails.PGTDetails.PGTSR
Boolean
Indicates if PGTSR testing was performed.
data.TestDetails.PGTDetails.MaskSexResults
Boolean
Indicates if the sex results were masked.
data.TestDetails.PGTDetails.WithMosaicReporting
Boolean
Indicates if mosaic reporting was included.
data.TestDetails.PGTDetails.ReasonForTesting
String
Reason for conducting the testing.
data.TestDetails.NACEPOCDetails
Object
Details specific to NACEPOC testing.
data.TestDetails.NACEPOCDetails.GestationalAge
String
Gestational age during testing (if applicable).
data.TestDetails.NACEPOCDetails.FetalFraction
String
Fetal fraction during testing (if applicable).
data.TestDetails.NACEPOCDetails.TestingIndication
String
Indication for testing.
data.TestDetails.EMMAALICEDetails
Object
Details specific to EMMA and ALICE testing.
data.TestDetails.EMMAALICEDetails.EndometrialMicrobiome
Boolean
Indicates if endometrial microbiome testing was performed.
data.TestDetails.EMMAALICEDetails.PathogenDetection
Boolean
Indicates if pathogen detection was performed.
data.TestDetails.EMMAALICEDetails.SampleDate
String
Date when the sample was collected (if applicable).
data.BiopsyDetails
Object
Details about the biopsy conducted.
data.BiopsyDetails.EmbryosFertilized
Number
Number of embryos fertilized.
data.BiopsyDetails.EmbryosBiopsied
Number
Number of embryos biopsied.
data.BiopsyDetails.BiopsyDate
String (Date)
Date of biopsy.
data.BiopsyDetails.UID
String
Unique identifier for the biopsy.
data.BiopsyDetails.LaserHatching
String
Indicates if laser hatching was performed.
data.BiopsyDetails.LaserHatchingComments
String
Comments about the laser hatching.
data.BiopsyDetails.TrackingNumber
String
Tracking number for the samples.
data.BiopsyDetails.BufferLotNumber
String
Buffer lot number used during the biopsy.
data.BiopsyDetails.Comments
String
Additional comments about the biopsy.
data.ApprovalStatus
String
Approval status of the lab order (e.g., APPROVED).
data.Comments
String
Additional comments.
data.IsDeleted
Boolean
Indicates if the record is marked as deleted.
data.CreatedBy
String
ID of the user who created the record.
data.UpdatedBy
String
ID of the user who last updated the record.
data.CreatedAt
String (DateTime)
Timestamp when the record was created.
data.UpdatedAt
String (DateTime)
Timestamp when the record was last updated.
Example
Error Response (400)
Error Response (400)
Last updated