Class DicomObjectDescriptionType
java.lang.Object
org.openehealth.ipf.commons.audit.model.DicomObjectDescriptionType
- All Implemented Interfaces:
Serializable,Validateable
- Since:
- 3.5
- Author:
- Christian Ohr
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA single value of True or False indicating whether or not all patient identifying information was removed from the dataA single value of True or False indicating whether or not the data was encrypted.getMPPS()voidsetAnonymized(Boolean anonymized) A single value of True or False indicating whether or not all patient identifying information was removed from the datavoidsetEncrypted(Boolean encrypted) A single value of True or False indicating whether or not the data was encrypted.voidvalidate()Validates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.
-
Constructor Details
-
DicomObjectDescriptionType
public DicomObjectDescriptionType()
-
-
Method Details
-
getMPPS
-
getAccession
-
getStudyIDs
-
getSOPClasses
-
validate
public void validate()Description copied from interface:ValidateableValidates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.- Specified by:
validatein interfaceValidateable
-
getEncrypted
A single value of True or False indicating whether or not the data was encrypted. -
setEncrypted
A single value of True or False indicating whether or not the data was encrypted. -
getAnonymized
A single value of True or False indicating whether or not all patient identifying information was removed from the data -
setAnonymized
A single value of True or False indicating whether or not all patient identifying information was removed from the data
-