Returns the Digital Signature DateTime (0400,0105) of the specified Digital Signature.
public DicomDateTimeValue GetSignatureDateTime(
DicomElement signatureItem
)
Public Function GetSignatureDateTime( _
ByVal signatureItem As Leadtools.Dicom.DicomElement _
) As Leadtools.Dicom.DicomDateTimeValue
public Leadtools.Dicom.DicomDateTimeValue GetSignatureDateTime(
Leadtools.Dicom.DicomElement signatureItem
)
function Leadtools.Dicom.DicomDataSet.GetSignatureDateTime(
signatureItem
)
public:
Leadtools.Dicom.DicomDateTimeValue GetSignatureDateTime(
Leadtools.Dicom.DicomElement^ signatureItem
)
signatureItem
The Digital Signatures Sequence Item that corresponds to the Digital Signature. This cannot be null.
The Digital Signature DateTime (0400,0105) of the specified Digital Signature. The return value can be a null reference (Nothing in VB).
The Digital Signature DateTime (0400,0105) under the Digital Signatures Sequence Item of a Digital Signature specifies the date and time the Digital Signature was created. You can use this method to obtain the value of this Data Element. The following methods can also be used to get information about the Digital Signature:
For an example, refer to VerifySignature.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET