DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / ImplementationUID Property



In This Topic
    ImplementationUID Property (DicomGlobal)
    In This Topic
    The Implementation UID of this application
    Syntax
    'Declaration
     
    Public Shared Property ImplementationUID As String
    'Usage
     
    Dim value As String
     
    DicomGlobal.ImplementationUID = value
     
    value = DicomGlobal.ImplementationUID
    public static string ImplementationUID {get; set;}
    public:
    static property String^ ImplementationUID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This value is used in association negotiation and is put into Part 10 files
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also