Get Sample By ID
Endpoint: /v1/lab-orders/samples/get/{ID}
/v1/lab-orders/samples/get/{ID}Method: GET
Path Parameter:
ID
Required. ID of Sample
Query Parameter:
AccountID
Required. Unique identifier for the associated clinic
Response
Param
Type
Description
message
String
Response message indicating the success of the operation.
Data
Object
Contains details of the added sample.
Data.ID
String
Unique identifier for the sample.
Data.AccountID
String
Unique identifier for the associated account.
Data.PatientID
String
Unique identifier for the associated patient.
Data.LabOrderID
String
Unique identifier for the associated lab order.
Data.EmbryoID
String
Unique identifier for the embryo associated with the sample.
Data.TubeBarcode
String
Barcode of the tube containing the sample.
Data.SampleType
String
Type of sample (e.g., Blastomere).
Data.ContainerType
String
Type of container used for the sample (e.g., Cryotube).
Data.DayBiopsied
String
Day on which the biopsy was performed (e.g., Day 5).
Data.CellsBiopsied
Number
Number of cells biopsied from the sample.
Data.CellsVisualizedInTube
Boolean
Indicates if cells were visualized in the tube.
Data.EmbryoGrade
String
Grade assigned to the embryo (e.g., AA).
Data.DateCollected
String (Date)
Date the sample was collected.
Data.Stage
String
Development stage of the embryo (e.g., Blastocyst).
Data.RebiopsyStatus
Boolean
Indicates if the sample was re-biopsied.
Data.Comments
String
Additional comments about the sample.
Data.IsDeleted
Boolean
Indicates if the sample is marked as deleted.
Data.CreatedBy
String
ID of the user who created the sample record.
Data.UpdatedBy
String
ID of the user who last updated the sample record.
Data.CreatedAt
String (DateTime)
Timestamp when the sample record was created.
Data.UpdatedAt
String (DateTime)
Timestamp when the sample record was last updated.
Example
Last updated