Diagnostic Report
Get a diagnostic reportβ
We provide an endpoint to fetch a diagnostic report already present in the system. You only need the internal id of the diagnostic report in Legit.Health. This identifier is received in the JSON we send to your server everytime a diagnostic report is created.
Please read the Output section of the documentation for more info.
To get a diagnostic report, you must use the endpoint getDiagnosticReport
.
Patch a diagnostic reportβ
We provide an endpoint to patch a diagnostic report already present in the system. You only need the internal id of the diagnostic report in Legit.Health. This identifier is received in the JSON we send to your server everytime a diagnostic report is created.
You can use this endpoint to change the visibility of a diagnostic report associated with a patient. Sending false
, the patient will not be able to see the report in the application.
To get a diagnostic report, you must use the endpoint patchDiagnosticReport
.