public interface IResourceAuditor<T extends IResource>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Map<String,String> |
getDetail() |
BaseIdentifierDt |
getIdentifier() |
String |
getName()
An instance-specific descriptor of the Participant Object ID audited, such as a person's name
|
T |
getResource() |
BaseCodingDt |
getSensitivity()
Denotes policy-defined sensitivity for the Participant Object ID such as VIP, HIV status, mental health status or similar topics
|
SecurityEventObjectTypeEnum |
getType() |
boolean |
isAuditable() |
void |
setResource(T resource) |
T getResource()
void setResource(T resource)
resource - the resource to be audited by this auditorboolean isAuditable()
String getName()
BaseIdentifierDt getIdentifier()
SecurityEventObjectTypeEnum getType()
String getDescription()
BaseCodingDt getSensitivity()
Copyright © 2014–2016 University Health Network. All rights reserved.