'DeclarationPublic Function Subscribe( _ ByVal Resource As SubscribeTargetResource, _ ByVal DeletionLock As System.Boolean, _ ByVal AETitle As System.String, _ ByVal WorkItemUID As System.String, _ ByVal FilterDataSet As DicomDataSet _ ) As System.Net.Http.HttpResponseMessage
public System.Net.Http.HttpResponseMessage Subscribe( SubscribeTargetResource Resource, System.bool DeletionLock, System.string AETitle, System.string WorkItemUID, DicomDataSet FilterDataSet )
Parameters
- Resource
- The Subscribe Target Resource
- DeletionLock
- deletionlock query parameter in the Subscribe request
- AETitle
- The AETitle of Subscriber
- WorkItemUID
- The Workitem UID for matching, required if Resource is Workitem
- FilterDataSet
- A Workitem Subscription will be created for any existing and future Workitem that matches the attribute/value pairs of the filter.
Return Value
A DicomObjects.DicomDataSet object that represents the retreived Workitem (UPS) object