DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / OverrideTS Property






In This Topic
    OverrideTS Property
    In This Topic
    A means to override an incorrect transfer syntax
    Syntax
    'Declaration
     
    
    Public Property OverrideTS As System.String
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As System.String
     
    instance.OverrideTS = value
     
    value = instance.OverrideTS
    public System.string OverrideTS {get; set;}
    public read-write property OverrideTS: System.String; 
    public function get,set OverrideTS : System.String
    public: __property System.string* get_OverrideTS();
    public: __property void set_OverrideTS( 
       System.string* value
    );
    public:
    property System.String^ OverrideTS {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    If set to a non-empty value, then this is used in place of the value in 0002,0010 in the meta-header of any dataset read into this object (e.g. using one of the Read methods.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also