GET API/V1/Mobile/GetRecentlyUsedPatientSets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.Administration.SortedPatientSet| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientSetID |
Patient set id. |
integer |
None. |
| SortOrder |
Patient set sort order. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"patientSetID": 1,
"sortOrder": 2
},
{
"patientSetID": 1,
"sortOrder": 2
}
]