GET api/Patients/ABCountOfInterventions?Fdt={Fdt}&Tdt={Tdt}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Fdt | date |
Required |
|
Tdt | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ABCountOfInterventionsViewModelName | Description | Type | Additional information |
---|---|---|---|
ABIntVentionsCount | Collection of ABCountOfInterventionsView |
None. |
Response Formats
application/json, text/json
Sample:
{ "ABIntVentionsCount": [ { "Interventions": "sample string 1", "InterventionCount": 2 }, { "Interventions": "sample string 1", "InterventionCount": 2 } ] }
text/html
Sample:
{"ABIntVentionsCount":[{"Interventions":"sample string 1","InterventionCount":2},{"Interventions":"sample string 1","InterventionCount":2}]}
application/xml, text/xml
Sample:
<ABCountOfInterventionsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AsterHISInfoAPIv2.Models"> <ABIntVentionsCount> <ABCountOfInterventionsView> <InterventionCount>2</InterventionCount> <Interventions>sample string 1</Interventions> </ABCountOfInterventionsView> <ABCountOfInterventionsView> <InterventionCount>2</InterventionCount> <Interventions>sample string 1</Interventions> </ABCountOfInterventionsView> </ABIntVentionsCount> </ABCountOfInterventionsViewModel>