Docus Lab SAAS Sandbox
Schemas
Copy Page
Docus Lab SAAS Sandbox
Getting Started
Initial Biomarkers and Biomarker Groups Setup
Flow Between Lab and API
Limitations
Support
Patient
Create a patient
POST
Update a patient
PUT
Get patient by ID
GET
Visit
Create visit
POST
Create composite visit
POST
Generate AI report
POST
Get AI report by visit ID
GET
Lab Test
Create a plain lab test
Create a lab test with biomarkers
Create bulk plain lab tests
Create bulk lab tests with biomarkers
Get lab test by ID
Biomarker Group
Create a biomarker group
Update a biomarker group
Get biomarker group by ID
Biomarker
Create a biomarker
Update biomarker by ID
Get biomarker by ID
Branch
Create a branch
Update branch by ID
Get branch by ID
Webhooks
Health reports
Notifications
Schemas
Schemas
UpdateBiomarkerDto
CreateLabTestPlanDTO
UpdateBiomarkerGroupDto
LabTestReport
CreateCompositeVisitDto
MultipleTestIdsDto
CreateBulkLabTestsPlainDTO
CreateBulkLabTestsDTO
CreateBranchDto
UpdateBranchDto
Biomarker
CreateBiomarkerGroupDto
CreateBiomarkerDto
SingleReport
CreatePatientDto
UpdatePatientDto
CreateVisitDto
CreateLabTestDTO
Schemas
Copy Page
UpdateBranchDto
{
"name"
:
"string"
,
"is_active"
:
true
,
"address"
:
"string"
}