org.dcm4che.srom
Interface Verification

All Superinterfaces:
java.lang.Comparable

public interface Verification
extends java.lang.Comparable

The Verification interface represents an item of the Verifying Observer Sequence (0040,A073).
The person or persons authorized to verify documents of this type and accept responsibility for the content of this document. One or more Items may be included in this sequence. Required if Verification Flag (0040,A493) is VERIFIED.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.2 SR DOCUMENT GENERAL MODULE"

Method Summary
 java.util.Date getVerificationDateTime()
          Returns the verification date time.
 Code getVerifyingObserverCode()
          Returns the single item of the Verifying Observer Identification Code Sequence.
 java.lang.String getVerifyingObserverName()
          Returns the verifying observer name.
 java.lang.String getVerifyingOrganization()
          Returns the verifying organization.
 void toDataset(Dataset ds)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getVerifyingObserverName

java.lang.String getVerifyingObserverName()
Returns the verifying observer name.
DICOM Tag: (0040,A075)
Tag Name: Verifying Observer Name
The person authorized by the Verifying Organization (0040,A027) to verify documents of this type and who accepts responsibility for the content of this document.

Returns:
the verifying observer name.

getVerifyingObserverCode

Code getVerifyingObserverCode()
Returns the single item of the Verifying Observer Identification Code Sequence.
DICOM Tag: (0040,A088)
Tag Name: Verifying Observer Identification Code Sequence
Coded identifier of the Verifying Observer. Zero or one Items shall be permitted in this sequence.

Returns:
the single item of the Verifying Observer Identification Code Sequence.

getVerifyingOrganization

java.lang.String getVerifyingOrganization()
Returns the verifying organization.
DICOM Tag: (0040,A027)
Tag Name: Verifying Organization
Organization to which the Verifying Observer Name (0040,A075) is accountable for this document in the current interpretation procedure.

Returns:
the verifying organization.

getVerificationDateTime

java.util.Date getVerificationDateTime()
Returns the verification date time.
DICOM Tag: (0040,A030)
Tag Name: Verification DateTime
Date and Time of verification by the Verifying Observer Name (0040,A075).

Returns:
the verification date time.

toDataset

void toDataset(Dataset ds)