GET API/V1/Mobile/PatientSets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.Administration.PatientSetsCategoryName | Description | Type | Additional information |
---|---|---|---|
CategotyID |
Patient set categoty id. |
integer |
None. |
Description |
Patien set categoty name. |
string |
None. |
PatientSets |
List of patient sets in this category. |
Collection of iMDsoft.API.Metavision.Data.Mobile.Administration.PatientSet |
None. |
ResourceType | iMDsoft.API.Metavision.Data.Mobile.Administration.ResourceType |
None. |
|
Id |
Object id |
integer |
None. |
Name |
Object name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "categotyID": 1, "description": "sample string 2", "patientSets": [ { "patientSetID": 1, "description": "sample string 2" }, { "patientSetID": 1, "description": "sample string 2" } ], "resourceType": 23, "id": 3, "name": "sample string 4" }, { "categotyID": 1, "description": "sample string 2", "patientSets": [ { "patientSetID": 1, "description": "sample string 2" }, { "patientSetID": 1, "description": "sample string 2" } ], "resourceType": 23, "id": 3, "name": "sample string 4" } ]