DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / ImplementationName Property



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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also