DVTk API
ReadFMIFromFile Method (dataSetFileName, useUnVrDefinitionLookUp)
DVTkDvtkDvtkDataHelperReadFMIFromFile(String, Boolean)
DVTk API

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

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

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0