DVTk API
ReadDataSetFromFile Method (dataSetFileName, useUnVrDefinitionLookUp)
DVTkDvtkDvtkDataHelperReadDataSetFromFile(String, Boolean)
DVTk API

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

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.
Declaration Syntax
C#Visual BasicVisual C++
public static DataSet ReadDataSetFromFile(
	string dataSetFileName,
	bool useUnVrDefinitionLookUp
)
Public Shared Function ReadDataSetFromFile ( _
	dataSetFileName As String, _
	useUnVrDefinitionLookUp As Boolean _
) As DataSet
public:
static DataSet^ ReadDataSetFromFile(
	String^ dataSetFileName, 
	bool useUnVrDefinitionLookUp
)
Parameters
dataSetFileName (String)
Media filename to read.
useUnVrDefinitionLookUp (Boolean)
Boolean - UN VR Definition LookUp.
Return Value
Imported Dataset.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0