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. | |
Instances of derived classes are able to request timestamps from a timestamp service. Timestamps are not supported (yet).
Definition at line 50 of file sitstamp.h.
|
||||||||||||
|
takes a block of raw data and requests a time stamp for this raw data.
|
|
|
writes the current timestamp into an item of the Digital Signatures Sequence and creates the timestamp type information in the item.
|