DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / CustomMessageID Field






In This Topic
    CustomMessageID Field (DicomAssociation)
    In This Topic
    Custom Message ID to preset before any outgoing transactions - useful in event to know which outgoing request the received images are for
    Syntax
    '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
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also