public class ObservationAuditor extends Object implements IResourceAuditor<Observation>
Constructor and Description |
---|
ObservationAuditor() |
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
|
Observation |
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(Observation resource) |
public Observation getResource()
getResource
in interface IResourceAuditor<Observation>
public void setResource(Observation resource)
setResource
in interface IResourceAuditor<Observation>
resource
- the resource to be audited by this auditorpublic boolean isAuditable()
isAuditable
in interface IResourceAuditor<Observation>
public String getName()
IResourceAuditor
getName
in interface IResourceAuditor<Observation>
public BaseIdentifierDt getIdentifier()
getIdentifier
in interface IResourceAuditor<Observation>
public SecurityEventObjectTypeEnum getType()
getType
in interface IResourceAuditor<Observation>
public String getDescription()
getDescription
in interface IResourceAuditor<Observation>
public Map<String,String> getDetail()
getDetail
in interface IResourceAuditor<Observation>
public BaseCodingDt getSensitivity()
IResourceAuditor
getSensitivity
in interface IResourceAuditor<Observation>
Copyright © 2014–2017 University Health Network. All rights reserved.