DCMTK
Version 3.6.5
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. More... | |
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. More... | |
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).
|
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 |
|
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 |