CustomMessageID Field (DicomAssociation)
Custom Message ID to preset before any outgoing transactions - useful in event to know which outgoing request the received images are for
public System.Nullable<ushort> CustomMessageID
public field CustomMessageID: System.Nullable;
public var CustomMessageID : System.Nullable;
public: System.Nullable<ushort> CustomMessageID
public:
System.Nullable<ushort> CustomMessageID
'Declaration
Public CustomMessageID As System.Nullable(Of UShort)
'Usage
Dim instance As DicomAssociation
Dim value As System.Nullable(Of UShort)
value = instance.CustomMessageID
instance.CustomMessageID = value
Target Platforms: .NET CLR 4.8 or higher