DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
type definitions, constants, global variables and functions for the dcmnet/dimse module More...
Classes | |
struct | T_DIMSE_C_StoreRQ |
struct | T_DIMSE_C_StoreRSP |
struct | T_DIMSE_C_EchoRQ |
struct | T_DIMSE_C_EchoRSP |
struct | T_DIMSE_C_FindRQ |
struct | T_DIMSE_C_FindRSP |
struct | T_DIMSE_C_GetRQ |
struct | T_DIMSE_C_GetRSP |
struct | T_DIMSE_C_MoveRQ |
struct | T_DIMSE_C_MoveRSP |
struct | T_DIMSE_C_CancelRQ |
struct | T_DIMSE_N_EventReportRQ |
struct | T_DIMSE_N_EventReportRSP |
struct | T_DIMSE_N_GetRQ |
struct | T_DIMSE_N_GetRSP |
struct | T_DIMSE_N_SetRQ |
struct | T_DIMSE_N_SetRSP |
struct | T_DIMSE_N_ActionRQ |
struct | T_DIMSE_N_ActionRSP |
struct | T_DIMSE_N_CreateRQ |
struct | T_DIMSE_N_CreateRSP |
struct | T_DIMSE_N_DeleteRQ |
struct | T_DIMSE_N_DeleteRSP |
struct | T_DIMSE_Message |
struct | T_DIMSE_StoreProgress |
struct | T_DIMSE_DetectedCancelParameters |
union | T_DIMSE_Message.msg |
Variables | |
DCMTK_DCMNET_EXPORT OFGlobal< OFBool > | dcmPeerRequiresExactUIDCopy |
Global flag to enable/disable workaround code for some buggy Store SCUs in DIMSE_storeProvider(). More... | |
DCMTK_DCMNET_EXPORT OFGlobal< Uint32 > | dcmMaxOutgoingPDUSize |
global flag allowing to restrict the maximum size of outgoing P-DATA PDUs to a value less than the maximum supported by the remote application entity or this library. More... | |
type definitions, constants, global variables and functions for the dcmnet/dimse module
struct T_DIMSE_C_StoreRQ |
struct T_DIMSE_C_StoreRSP |
struct T_DIMSE_C_EchoRQ |
struct T_DIMSE_C_EchoRSP |
struct T_DIMSE_C_FindRQ |
struct T_DIMSE_C_FindRSP |
struct T_DIMSE_C_GetRQ |
struct T_DIMSE_C_GetRSP |
struct T_DIMSE_C_MoveRQ |
struct T_DIMSE_C_MoveRSP |
struct T_DIMSE_C_CancelRQ |
struct T_DIMSE_N_EventReportRQ |
struct T_DIMSE_N_EventReportRSP |
struct T_DIMSE_N_GetRQ |
struct T_DIMSE_N_GetRSP |
struct T_DIMSE_N_SetRQ |
struct T_DIMSE_N_SetRSP |
struct T_DIMSE_N_ActionRQ |
struct T_DIMSE_N_ActionRSP |
struct T_DIMSE_N_CreateRQ |
struct T_DIMSE_N_CreateRSP |
struct T_DIMSE_N_DeleteRQ |
struct T_DIMSE_N_DeleteRSP |
struct T_DIMSE_Message |
struct T_DIMSE_StoreProgress |
struct T_DIMSE_DetectedCancelParameters |
union T_DIMSE_Message.msg |
DCMTK_DCMNET_EXPORT OFGlobal<Uint32> dcmMaxOutgoingPDUSize |
global flag allowing to restrict the maximum size of outgoing P-DATA PDUs to a value less than the maximum supported by the remote application entity or this library.
May be useful if there is an interaction between PDU size and other network layers, e. g. TLS, IP or below.
Global flag to enable/disable workaround code for some buggy Store SCUs in DIMSE_storeProvider().
If enabled, an illegal space-padding in the Affected SOP Instance UID field of the C-STORE-RQ message is retained in the corresponding C-STORE-RSP message. To enable the workaround, this flag must be set to OFTrue and dcmEnableAutomaticInputDataCorrection must be set to OFFalse (see declaration in dcmdata/include/dcobject.h).