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






    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
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also