gdcm::FileExplicitFilter Class Reference
FileExplicitFilter class.
More...
#include <gdcmFileExplicitFilter.h>
List of all members.
Detailed Description
FileExplicitFilter class.
- Warning:
- changing an implicit dataset to an explicit dataset is NOT a trivial task of simply changing the VR to the dict one:
- One has to make sure SQ is properly set
- One has to recompute the explicit length SQ
- One has to make sure that Vr is valid for the encoding
- One has to make sure that VR 16bits can store the original value length
- Examples:
-
AnonymizeAES.cxx, and LargeVRDSExplicit.cxx.
Constructor & Destructor Documentation
gdcm::FileExplicitFilter::FileExplicitFilter |
( |
|
) |
[inline] |
gdcm::FileExplicitFilter::~FileExplicitFilter |
( |
|
) |
[inline] |
Member Function Documentation
bool gdcm::FileExplicitFilter::Change |
( |
|
) |
|
bool gdcm::FileExplicitFilter::ChangeFMI |
( |
|
) |
[protected] |
File& gdcm::FileExplicitFilter::GetFile |
( |
|
) |
[inline] |
bool gdcm::FileExplicitFilter::ProcessDataSet |
( |
DataSet & |
ds, |
|
|
Dicts const & |
dicts | |
|
) |
| | [protected] |
void gdcm::FileExplicitFilter::SetChangePrivateTags |
( |
bool |
b |
) |
[inline] |
Decide whether or not to VR'ify private tags.
void gdcm::FileExplicitFilter::SetFile |
( |
const File & |
f |
) |
[inline] |
void gdcm::FileExplicitFilter::SetRecomputeItemLength |
( |
bool |
b |
) |
|
By default set Sequence & Item length to Undefined to avoid recomputing length:
void gdcm::FileExplicitFilter::SetRecomputeSequenceLength |
( |
bool |
b |
) |
|
void gdcm::FileExplicitFilter::SetUseVRUN |
( |
bool |
b |
) |
[inline] |
When VR=16bits in explicit but Implicit has a 32bits length, use VR=UN.
The documentation for this class was generated from the following file: