Class DicomObjectDescriptionType

    • Constructor Detail

      • DicomObjectDescriptionType

        public DicomObjectDescriptionType()
    • Method Detail

      • getAccession

        public List<String> getAccession()
      • 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