GET api/v1/{practiceId}/clinical/pathologyreportworkflows/status/{status}/count

Get PathologyReports count based on specified report status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
practiceId

practice id for which pathology reports belongs too

globally unique identifier

Required

status

workflow status, can be Open, Read, Urgent

Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType

Required

Body Parameters

None.

Response Information

Resource Description

return number of pathology report workflows

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>