[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| 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.
|