GET DisplayStates/Get?studyInstanceUid={studyInstanceUid}&userLogin={userLogin}&culture={culture}
Gets all display states of the study for the given user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyInstanceUid |
The studyinstanceuid. |
string |
Required |
| userLogin |
The userlogin. |
string |
Required |
| culture |
The culture. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DisplayState| Name | Description | Type | Additional information |
|---|---|---|---|
| Uuid |
Gets or sets the display state uuid. |
string |
None. |
| Name |
Gets or sets the display state name. |
string |
None. |
| DicomSrUid |
Gets or sets the Dicom SR uid. |
integer |
None. |
| IsAuto |
Gets or sets a value indicating whether this instance is auto saved. |
boolean |
None. |
| CreatedDateTime |
Provides the created date time |
date |
None. |
| ModifiedDateTime |
Provides the modified date time |
date |
None. |
| LinkFolders |
Gets the Link Folders for the StudyDisplayState |
Collection of LinkFolderInfo |
None. |