GET Groups/BedStatus
Get bedStatuses from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
IncludeError |
Include records where RecordState == RecordState.Error |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
BedStatusIDs |
Filter by BedStatusIDs |
Collection of integer |
None. |
ClientIDs |
Filter by ClientIDs |
Collection of integer |
None. |
BedID |
Filter by BedID |
integer |
None. |
BedIDs |
Filter by BedIDs |
Collection of integer |
None. |
ClientID |
Filter by ClientID |
integer |
None. |
Status |
Filter by Status |
BedStatusType |
None. |
StatusReason |
Filter by StatusReason |
string |
None. |
StatusReason2 |
Filter by StatusReason2 |
string |
None. |
StatusComments |
Filter by StatusComments |
string |
None. |
StartDateUtcMin |
Filter by StartDateUtcMin |
date |
None. |
StartDateUtcMax |
Filter by StartDateUtcMax |
date |
None. |
StopDateUtcMin |
Filter by StopDateUtcMin |
date |
None. |
StopDateUtcMax |
Filter by StopDateUtcMax |
date |
None. |
MaxRows |
Limit number of rows |
integer |
None. |
CreatedDateUtcMin |
Filter by CreatedDateUtcMin |
date |
None. |
CreatedDateUtcMax |
Filter by CreatedDateUtcMax |
date |
None. |
LastUpdatedDateUtcMin |
Filter by LastUpdatedDateUtcMin |
date |
None. |
LastUpdatedDateUtcMax |
Filter by LastUpdatedDateUtcMax |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of BedStatusDTOs
Collection of BedStatusDTOName | Description | Type | Additional information |
---|---|---|---|
BedStatusID |
Bed Status ID |
integer |
None. |
BedID |
Bed ID |
integer |
None. |
ClientID |
Client ID |
integer |
None. |
ClientName |
Client Name |
NameDTO |
None. |
BedName |
Bed Name |
string |
None. |
BedLocation |
Bed Location |
string |
None. |
BedGroupID |
Bed GroupID |
integer |
None. |
ExtraServiceRoomType |
Extra Service Room Type (null if there are no extraServices) |
string |
None. |
Status |
Status |
BedStatusType |
None. |
StatusReason |
Status Reason |
string |
None. |
StatusReason2 |
Status Reason2 |
string |
None. |
StatusComments |
Status Comments |
string |
None. |
StartDateUtc |
Start Date Utc |
date |
None. |
StopDateUtc |
Stop Date Utc |
date |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |