Inheritance diagram for I2DOutputPlugSC:

Public Member Functions | |
| I2DOutputPlugSC () | |
| 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 | ~I2DOutputPlugSC () |
| Virtual Destructor, clean up memory. | |
Definition at line 35 of file i2dplsc.h.
| I2DOutputPlugSC::I2DOutputPlugSC | ( | ) |
Constructor, initializes member variables with standard values.
| virtual I2DOutputPlugSC::~I2DOutputPlugSC | ( | ) | [virtual] |
Virtual Destructor, clean up memory.
| virtual OFString I2DOutputPlugSC::ident | ( | ) | [virtual] |
Virtual function that returns a short name of the plugin.
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.
| virtual OFCondition I2DOutputPlugSC::convert | ( | DcmDataset & | dataset | ) | const [virtual] |
Outputs SOP class specific information into dataset.
| dataset | - [in/out] Dataset to write to |
Implements I2DOutputPlug.
| virtual OFString I2DOutputPlugSC::isValid | ( | DcmDataset & | dataset | ) | const [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.