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

In This Topic
    CustomMessageID Field (DicomQuery)
    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)
    public System.Nullable<ushort> CustomMessageID
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also