OFFIS DCMTK
Version 3.6.0
|
Public Member Functions | |
I2DOutputPlugVLP () | |
Constructor, initializes member variables with standard values. | |
virtual OFString | ident () |
Virtual function that returns a short name of the plugin. | |
virtual void | supportedSOPClassUIDs (OFList< OFString > suppSOPs) |
Overwrites function from base class. | |
virtual OFCondition | convert (DcmDataset &dataset) const |
Outputs SOP class specific information into dataset. | |
virtual OFString | isValid (DcmDataset &dataset) const |
Do some completeness / validity checks. | |
virtual | ~I2DOutputPlugVLP () |
Virtual Destructor, clean up memory. | |
![]() | |
I2DOutputPlug () | |
Constructor, initializes member variables. | |
virtual | ~I2DOutputPlug () |
Destructor. | |
virtual void | setValidityChecking (OFBool doChecks, OFBool insertMissingType2=OFTrue, OFBool inventMissingType1=OFTrue) |
Enable/Disable basic validity checks for output dataset. | |
Additional Inherited Members | |
![]() | |
virtual OFString | checkAndInventType1Attrib (const DcmTagKey &key, DcmDataset *targetDset, const OFString &defaultValue="") const |
Checks whether a given tag exists in a dataset and provides a non-empty value. | |
virtual OFString | checkAndInventType2Attrib (const DcmTagKey &key, DcmDataset *targetDset, const OFString &defaultValue="") const |
Checks whether a given tag exists in a dataset (can be empty) If not, the tag is inserted (if enabled) with empty value. | |
![]() | |
OFBool | m_doAttribChecking |
if enabled, some simple attribute checking is performed default: enabled (OFTrue) | |
OFBool | m_inventMissingType2Attribs |
if enabled, missing type 2 attributes in the dataset are added automatically. | |
OFBool | m_inventMissingType1Attribs |
if enbled, missing type 1 attributes are inserted and filled with a predefined value. | |
Definition at line 35 of file i2dplvlp.h.
I2DOutputPlugVLP::I2DOutputPlugVLP | ( | ) |
Constructor, initializes member variables with standard values.
|
virtual |
Virtual Destructor, clean up memory.
|
virtual |
Outputs SOP class specific information into dataset.
dataset | - [in/out] Dataset to write to |
Implements I2DOutputPlug.
|
virtual |
Virtual function that returns a short name of the plugin.
Implements I2DOutputPlug.
|
virtual |
Do some completeness / validity checks.
Should be called when dataset is completed and is about to be saved.
dataset | - [in] The dataset to check |
Implements I2DOutputPlug.
Overwrites function from base class.
Returns the Storage SOP class written by this plugin
suppSOPs | - [out] List of UIDs representing SOP classes supported by this plugin |
Implements I2DOutputPlug.