[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.
| C# | Visual Basic | Visual 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 )
- dataSetFileName (String)
- Media filename to read.
- useUnVrDefinitionLookUp (Boolean)
- Boolean - UN VR Definition LookUp.
Imported FileMetaInformation.