DVTk API
DvtkDataHelper Class
DVTkDvtkDvtkDataHelper
DVTk API

[This is preliminary documentation and is subject to change.]

Declaration Syntax
C#Visual BasicVisual C++
public class DvtkDataHelper
Public Class DvtkDataHelper
public ref class DvtkDataHelper
Members
All MembersMethods



IconMemberDescription
ComparePixelAttributes(Attribute, Attribute)
Compare two pixel attributes (i.e. attributes that have VR OB, OF or OW).

ComputeItemOffset(DataSet, String)
Compute the Item Offset for DICOMDIR.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadDataSetFromFile(String)
DEPRICATED - see similar method below with extra useUnVrDefinitionLookUp parameter. Read a DataSet from the given Media file.

ReadDataSetFromFile(String, Boolean)
Read a DataSet from the given Media file. The useUnVrDefinitionLookUp parameter is used to indicate whether the definition files loaded should be used to get the real VR of an attributed decoded with a VR of UN. When set true a definition lookup for the real VR will be made and the corresponding attribute value decoded usign this looked up VR. When set false no look up will be done for attributes decoded with a UN VR. The attribute values will be decoded with VR of UN.

ReadFMIFromFile(String)
DEPRICATED - see similar method below with extra useUnVrDefinitionLookUp parameter. Read the FMI from the given Media file.

ReadFMIFromFile(String, Boolean)
Read the FMI from the given Media file. The useUnVrDefinitionLookUp parameter is used to indicate whether the definition files loaded should be used to get the real VR of an attributed decoded with a VR of UN. When set true a definition lookup for the real VR will be made and the corresponding attribute value decoded usign this looked up VR. When set false no look up will be done for attributes decoded with a UN VR. The attribute values will be decoded with VR of UN.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteDataSet(DataSet, String, String)
Write DICOM object to a (persistent) Media Storage file.

WriteDataSetToFile(DicomFile, String)
Write a dicom file object to a (persistent) Media Storage file.

Inheritance Hierarchy
Object
DvtkDataHelper

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0