PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::ups_subscribe_data Struct Reference

Data for N-ACTION subscribe request. More...

#include <ups_watch_scu.h>

Collaboration diagram for kcenon::pacs::services::ups_subscribe_data:
Collaboration graph

Public Attributes

std::string workitem_uid
 Workitem SOP Instance UID (empty for global subscription)
 
bool deletion_lock {false}
 Whether to request a deletion lock.
 

Detailed Description

Data for N-ACTION subscribe request.

Contains parameters for subscribing to UPS workitem events on a remote SCP.

Definition at line 43 of file ups_watch_scu.h.

Member Data Documentation

◆ deletion_lock

bool kcenon::pacs::services::ups_subscribe_data::deletion_lock {false}

Whether to request a deletion lock.

Definition at line 48 of file ups_watch_scu.h.

48{false};

◆ workitem_uid

std::string kcenon::pacs::services::ups_subscribe_data::workitem_uid

Workitem SOP Instance UID (empty for global subscription)

Definition at line 45 of file ups_watch_scu.h.

Referenced by kcenon::pacs::services::ups_watch_scu::subscribe().


The documentation for this struct was generated from the following file: