XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / SetRegString Method

The name of the registry key.

The value to set.




In This Topic
    SetRegString Method
    In This Topic
    Insert or replace values in the internal virtual registry
    Syntax
    Public Shared Sub SetRegString( _
       ByVal Name As String, _
       ByVal Value As String _
    ) 
    Dim Name As String
    Dim Value As String
     
    XdsGlobal.SetRegString(Name, Value)
    public static void SetRegString( 
       string Name,
       string Value
    )
    public:
    static void SetRegString( 
       String^ Name,
       String^ Value
    ) 

    Parameters

    Name

    The name of the registry key.

    Value

    The value to set.

    Remarks

    This method creates or replaces string values in the internal virtual registry. The internal look up table can be updated by calling this method to provide a pair of 'Name' and 'Value' e.g. 'UIDRoot' - '1.2.826.3.4.5.6'

    XdsGlobal does not look into registry for key values, instead, an internal look up table is used to provide all those options used by XdsObjects, like logging, Importing/Exporting external files, Compression/Decompression, Supported SOP Class, Supported Transfer Syntax.

    For a current list of values, se the wiki: http://www.medicalconnections.co.uk/kb/Registry_Values

    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