|
virtual OFCondition | insertMonochromeAttribs (DcmDataset *targetDataset) const |
| Inserts attributes Rescale Slope/Intercept/Type, which have to be written (1C) if color model is MONOCHROME2 and BitsStored > 1. More...
|
|
virtual OFCondition | handle1BitSC (DcmDataset *dataset) const |
| Checks whether Image Pixel module attributes conform to the specification of a a 1 bit Secondary Capture object. More...
|
|
virtual OFCondition | handle8BitSC (DcmDataset *dataset) const |
| Checks whether Image Pixel module attributes conform to the specification of a a 8 bit Secondary Capture object. More...
|
|
virtual OFCondition | handle16BitSC (DcmDataset *dataset) const |
| Checks whether Image Pixel module attributes conform to the specification of a a 16 bit Secondary Capture object. More...
|
|
virtual OFString | checkType1Attrib (const DcmTagKey &key, DcmDataset *targetDset) const |
| Checks whether a given tag exists in a dataset and is non-empty, otherwise returns an error string. More...
|
|
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. More...
|
|
virtual OFString | checkAndInventType1CodeSQ (const DcmTagKey &key, DcmDataset *targetDset, const OFString &codeValue, const OFString &codeMeaning, const OFString &codingSchemeDesignator) const |
| Checks whether a given code sequence exists in a dataset and contains an item with the required attributes. More...
|
|
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. More...
|
|
◆ convert()
Outputs SOP class specific information into dataset.
- Parameters
-
dataset | - [in/out] Dataset to write to |
- Returns
- EC_Normal if successful, error otherwise
Implements I2DOutputPlug.
◆ handle16BitSC()
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
◆ handle1BitSC()
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
◆ handle8BitSC()
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
◆ ident()
virtual OFString I2DOutputPlugNewSC::ident |
( |
| ) |
|
|
virtual |
Virtual function that returns a short name of the plugin.
- Returns
- The name of the plugin
Implements I2DOutputPlug.
◆ insertMonochromeAttribs()
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
◆ insertMultiFrameAttributes()
virtual OFCondition I2DOutputPlugNewSC::insertMultiFrameAttributes |
( |
DcmDataset * |
targetDataset, |
|
|
size_t |
numberOfFrames |
|
) |
| const |
|
virtual |
Add multiframe specific attributes.
- Parameters
-
datset | pointer to DICOM dataset, must not be NULL |
numberOfFrames | number of frames in this dataset |
- Returns
- EC_Normal if successful, an error code otherwise
Implements I2DOutputPlug.
◆ isValid()
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.
◆ supportedSOPClassUIDs()
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.
◆ supportsMultiframe()
virtual OFBool I2DOutputPlugNewSC::supportsMultiframe |
( |
| ) |
const |
|
virtual |
check if the output format supported by this plugin can write multi-frame images.
- Returns
- true if multiframe is supported, false otherwise
Implements I2DOutputPlug.
The documentation for this class was generated from the following file:
- dcmdata/include/dcmtk/dcmdata/libi2d/i2dplnsc.h