DCMTK  Version 3.6.4
OFFIS DICOM Toolkit
Classes | Variables
dimse.h File Reference

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< OFBooldcmPeerRequiresExactUIDCopy
 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...
 

Detailed Description

type definitions, constants, global variables and functions for the dcmnet/dimse module


Class Documentation

◆ T_DIMSE_C_StoreRQ

struct T_DIMSE_C_StoreRQ

◆ T_DIMSE_C_StoreRSP

struct T_DIMSE_C_StoreRSP

◆ T_DIMSE_C_EchoRQ

struct T_DIMSE_C_EchoRQ

◆ T_DIMSE_C_EchoRSP

struct T_DIMSE_C_EchoRSP

◆ T_DIMSE_C_FindRQ

struct T_DIMSE_C_FindRQ

◆ T_DIMSE_C_FindRSP

struct T_DIMSE_C_FindRSP

◆ T_DIMSE_C_GetRQ

struct T_DIMSE_C_GetRQ

◆ T_DIMSE_C_GetRSP

struct T_DIMSE_C_GetRSP

◆ T_DIMSE_C_MoveRQ

struct T_DIMSE_C_MoveRQ

◆ T_DIMSE_C_MoveRSP

struct T_DIMSE_C_MoveRSP

◆ T_DIMSE_C_CancelRQ

struct T_DIMSE_C_CancelRQ

◆ T_DIMSE_N_EventReportRQ

struct T_DIMSE_N_EventReportRQ

◆ T_DIMSE_N_EventReportRSP

struct T_DIMSE_N_EventReportRSP

◆ T_DIMSE_N_GetRQ

struct T_DIMSE_N_GetRQ

◆ T_DIMSE_N_GetRSP

struct T_DIMSE_N_GetRSP

◆ T_DIMSE_N_SetRQ

struct T_DIMSE_N_SetRQ

◆ T_DIMSE_N_SetRSP

struct T_DIMSE_N_SetRSP

◆ T_DIMSE_N_ActionRQ

struct T_DIMSE_N_ActionRQ

◆ T_DIMSE_N_ActionRSP

struct T_DIMSE_N_ActionRSP

◆ T_DIMSE_N_CreateRQ

struct T_DIMSE_N_CreateRQ

◆ T_DIMSE_N_CreateRSP

struct T_DIMSE_N_CreateRSP

◆ T_DIMSE_N_DeleteRQ

struct T_DIMSE_N_DeleteRQ

◆ T_DIMSE_N_DeleteRSP

struct T_DIMSE_N_DeleteRSP

◆ T_DIMSE_Message

struct T_DIMSE_Message

◆ T_DIMSE_StoreProgress

struct T_DIMSE_StoreProgress

◆ T_DIMSE_DetectedCancelParameters

struct T_DIMSE_DetectedCancelParameters

◆ T_DIMSE_Message.msg

union T_DIMSE_Message.msg

Variable Documentation

◆ dcmMaxOutgoingPDUSize

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.

◆ dcmPeerRequiresExactUIDCopy

DCMTK_DCMNET_EXPORT OFGlobal<OFBool> dcmPeerRequiresExactUIDCopy

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).


Generated on Thu Nov 29 2018 for DCMTK Version 3.6.4 by Doxygen 1.8.14