DELETE Worklist/RemoveItemsFromLinkFolder
Removes the items from link folder.
Request Information
URI Parameters
None.
Body Parameters
The parameters.
LinkFolderDeleteItemsParamsName | Description | Type | Additional information |
---|---|---|---|
LinkFolderUuid |
Uuid of the LinkFolder |
string |
None. |
Items |
List of DICOM Study instance euids or display state uuid. |
Collection of LinkFolderItem |
None. |
UserLogin |
The login name of the User. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LinkFolderUuid": "sample string 1", "Items": [ { "Identifier": "sample string 1", "IsDisplayState": true }, { "Identifier": "sample string 1", "IsDisplayState": true } ], "UserLogin": "sample string 2" }
application/xml, text/xml
Sample:
<LinkFolderDeleteItemsParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <Items> <LinkFolderItem> <Identifier>sample string 1</Identifier> <IsDisplayState>true</IsDisplayState> </LinkFolderItem> <LinkFolderItem> <Identifier>sample string 1</Identifier> <IsDisplayState>true</IsDisplayState> </LinkFolderItem> </Items> <LinkFolderUuid>sample string 1</LinkFolderUuid> <UserLogin>sample string 2</UserLogin> </LinkFolderDeleteItemsParams>
Response Information
Resource Description
None.