Class DicomObjectDescriptionType

java.lang.Object
org.openehealth.ipf.commons.audit.model.DicomObjectDescriptionType
All Implemented Interfaces:
Serializable, Validateable

public class DicomObjectDescriptionType extends Object implements Serializable, Validateable
Since:
3.5
Author:
Christian Ohr
See Also:
  • Constructor Details

    • DicomObjectDescriptionType

      public DicomObjectDescriptionType()
  • Method Details

    • getMPPS

      public List<String> getMPPS()
    • getAccession

      public List<String> getAccession()
    • getStudyIDs

      public List<String> getStudyIDs()
    • getSOPClasses

      public List<DicomObjectDescriptionType.SOPClass> getSOPClasses()
    • validate

      public void validate()
      Description copied from interface: Validateable
      Validates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.
      Specified by:
      validate in interface Validateable
    • getEncrypted

      public Boolean getEncrypted()
      A single value of True or False indicating whether or not the data was encrypted.
    • setEncrypted

      public void setEncrypted(Boolean encrypted)
      A single value of True or False indicating whether or not the data was encrypted.
    • getAnonymized

      public Boolean getAnonymized()
      A single value of True or False indicating whether or not all patient identifying information was removed from the data
    • setAnonymized

      public void setAnonymized(Boolean anonymized)
      A single value of True or False indicating whether or not all patient identifying information was removed from the data