Additional Inherited Members |
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.
|
Detailed Description
Definition at line 35 of file i2dplnsc.h.
Constructor & Destructor Documentation
I2DOutputPlugNewSC::I2DOutputPlugNewSC |
( |
| ) |
|
Constructor, initializes member variables with standard values.
- Returns
- none
virtual I2DOutputPlugNewSC::~I2DOutputPlugNewSC |
( |
| ) |
|
|
virtual |
Virtual Destructor, clean up memory.
- Returns
- none
Member Function Documentation
Outputs SOP class specific information into dataset.
- Parameters
-
dataset | - [in/out] Dataset to write to |
- Returns
- EC_Normal if successful, error otherwise
Implements I2DOutputPlug.
Checks whether Image Pixel module attributes conform to the specification of a a 16 bit Secondary Capture object.
- Parameters
-
dataset | - [in] The dataset to check |
- Returns
- EC_Normal, if everything is fine, error code otherwise
Checks whether Image Pixel module attributes conform to the specification of a a 1 bit Secondary Capture object.
- Parameters
-
dataset | - [in] The dataset to check |
- Returns
- EC_Normal, if everything is fine, error code otherwise
Checks whether Image Pixel module attributes conform to the specification of a a 8 bit Secondary Capture object.
- Parameters
-
dataset | - [in] The dataset to check |
- Returns
- EC_Normal, if everything is fine, error code otherwise
virtual OFString I2DOutputPlugNewSC::ident |
( |
| ) |
|
|
virtual |
Virtual function that returns a short name of the plugin.
- Returns
- The name of the plugin
Implements I2DOutputPlug.
Inserts attributes for Multi-frame Module.
- Parameters
-
targetDataset | - [in/out] The dataset to write to |
- Returns
- EC_Normal if insertion was successfull, error code otherwise
Inserts attributes Rescale Slope/Intercept/Type, which have to be written (1C) if color model is MONOCHROME2 and BitsStored > 1.
- Parameters
-
targetDataset | - [out] The dataset to write to |
- Returns
- EC_Normal if insertion was successfull, error code otherwise
Do some completeness / validity checks.
Should be called when dataset is completed and is about to be saved.
- Parameters
-
dataset | - [in] The dataset to check |
- Returns
- Error string if error occurs, empty string otherwise
Implements I2DOutputPlug.
virtual void I2DOutputPlugNewSC::supportedSOPClassUIDs |
( |
OFList< OFString > |
suppSOPs | ) |
|
|
virtual |
Overwrites function from base class.
Returns the Storage SOP class written by this plugin
- Parameters
-
suppSOPs | - [out] List of UIDs representing the supported SOP classes supported by this plugin. |
- Returns
- none
Implements I2DOutputPlug.
The documentation for this class was generated from the following file: