DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / ChangeCharacterSet Method
The new Specific Character Set value






    ChangeCharacterSet Method
    Change the specific Character Set of a DICOM dataset. All applicable attributes will have its data re-encoded by the new character set
    Syntax
    'Declaration
     
    
    Public Sub ChangeCharacterSet( _
       ByVal NewCharacterSet As System.String _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim NewCharacterSet As System.String
     
    instance.ChangeCharacterSet(NewCharacterSet)

    Parameters

    NewCharacterSet
    The new Specific Character Set value
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also