|
DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
pure virtual base class for a timestamp client. More...
Public Member Functions | |
| SiTimeStamp () | |
| default constructor | |
| virtual | ~SiTimeStamp () |
| destructor | |
| virtual OFCondition | stamp (const unsigned char *inputData, unsigned long inputDataSize)=0 |
| takes a block of raw data and requests a time stamp for this raw data. | |
| virtual OFCondition | write (DcmItem &item)=0 |
| writes the current timestamp into an item of the Digital Signatures Sequence and creates the timestamp type information in the item. | |
pure virtual base class for a timestamp client.
Instances of derived classes are able to request timestamps from a timestamp service. Timestamps are not supported (yet).
| virtual OFCondition SiTimeStamp::stamp | ( | const unsigned char * | inputData, |
| unsigned long | inputDataSize | ||
| ) | [pure virtual] |
takes a block of raw data and requests a time stamp for this raw data.
| inputData | pointer to raw data |
| inputDataSize | length of raw data block in bytes |
| virtual OFCondition SiTimeStamp::write | ( | DcmItem & | item | ) | [pure virtual] |
writes the current timestamp into an item of the Digital Signatures Sequence and creates the timestamp type information in the item.
| item | item of the DigitalSignatureSQ to which the timestamp is written |