DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ImplementationUID Property






    ImplementationUID Property (DicomGlobal)
    The Implementation UID of this application
    Syntax
    'Declaration
     
    
    Public Shared Property ImplementationUID As System.String
     
    'Usage
     
    
    Dim value As System.String
     
    DicomGlobal.ImplementationUID = value
     
    value = DicomGlobal.ImplementationUID
    Remarks
    This value is used in association negotiation and is put into Part 10 files
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also