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()
void
setAnonymized
(Boolean anonymized) A single value of True or False indicating whether or not all patient identifying information was removed from the datavoid
setEncrypted
(Boolean encrypted) A single value of True or False indicating whether or not the data was encrypted.void
validate()
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:Validateable
Validates the constructed audit message against the specification, because API does not completely prevent constructing incomplete or inconsistent messages.- Specified by:
validate
in 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
-