public static class AuditEvent.Participant extends BaseIdentifiableElement implements IResourceBlock
Definition:
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
UriDt |
addPolicy()
Adds and returns a new value for policy ()
|
AuditEvent.Participant |
addPolicy(String theUri)
Adds a new value for policy ()
|
AuditEvent.Participant |
addPolicy(UriDt theValue)
Adds a given new value for policy ()
|
CodingDt |
addPurposeOfUse()
Adds and returns a new value for purposeOfUse ()
|
AuditEvent.Participant |
addPurposeOfUse(CodingDt theValue)
Adds a given new value for purposeOfUse ()
|
CodeableConceptDt |
addRole()
Adds and returns a new value for role ()
|
AuditEvent.Participant |
addRole(CodeableConceptDt theValue)
Adds a given new value for role ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getAltId()
Gets the value(s) for altId ().
|
StringDt |
getAltIdElement()
Gets the value(s) for altId ().
|
ResourceReferenceDt |
getLocation()
Gets the value(s) for location ().
|
CodingDt |
getMedia()
Gets the value(s) for media ().
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
AuditEvent.ParticipantNetwork |
getNetwork()
Gets the value(s) for network ().
|
List<UriDt> |
getPolicy()
Gets the value(s) for policy ().
|
UriDt |
getPolicyFirstRep()
Gets the first repetition for policy (),
creating it if it does not already exist.
|
List<CodingDt> |
getPurposeOfUse()
Gets the value(s) for purposeOfUse ().
|
CodingDt |
getPurposeOfUseFirstRep()
Gets the first repetition for purposeOfUse (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getReference()
Gets the value(s) for reference ().
|
Boolean |
getRequestor()
Gets the value(s) for requestor ().
|
BooleanDt |
getRequestorElement()
Gets the value(s) for requestor ().
|
List<CodeableConceptDt> |
getRole()
Gets the value(s) for role ().
|
CodeableConceptDt |
getRoleFirstRep()
Gets the first repetition for role (),
creating it if it does not already exist.
|
IdentifierDt |
getUserId()
Gets the value(s) for userId ().
|
boolean |
isEmpty() |
AuditEvent.Participant |
setAltId(String theString)
Sets the value for altId ()
|
AuditEvent.Participant |
setAltId(StringDt theValue)
Sets the value(s) for altId ()
|
AuditEvent.Participant |
setLocation(ResourceReferenceDt theValue)
Sets the value(s) for location ()
|
AuditEvent.Participant |
setMedia(CodingDt theValue)
Sets the value(s) for media ()
|
AuditEvent.Participant |
setName(String theString)
Sets the value for name ()
|
AuditEvent.Participant |
setName(StringDt theValue)
Sets the value(s) for name ()
|
AuditEvent.Participant |
setNetwork(AuditEvent.ParticipantNetwork theValue)
Sets the value(s) for network ()
|
AuditEvent.Participant |
setPolicy(List<UriDt> theValue)
Sets the value(s) for policy ()
|
AuditEvent.Participant |
setPurposeOfUse(List<CodingDt> theValue)
Sets the value(s) for purposeOfUse ()
|
AuditEvent.Participant |
setReference(ResourceReferenceDt theValue)
Sets the value(s) for reference ()
|
AuditEvent.Participant |
setRequestor(boolean theBoolean)
Sets the value for requestor ()
|
AuditEvent.Participant |
setRequestor(BooleanDt theValue)
Sets the value(s) for requestor ()
|
AuditEvent.Participant |
setRole(List<CodeableConceptDt> theValue)
Sets the value(s) for role ()
|
AuditEvent.Participant |
setUserId(IdentifierDt theValue)
Sets the value(s) for userId ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Participant()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<CodeableConceptDt> getRole()
null.
Definition: Specification of the role(s) the user plays when performing the event. Usually the codes used in this element are local codes defined by the role-based access control security system used in the local context
public AuditEvent.Participant setRole(List<CodeableConceptDt> theValue)
Definition: Specification of the role(s) the user plays when performing the event. Usually the codes used in this element are local codes defined by the role-based access control security system used in the local context
public CodeableConceptDt addRole()
Definition: Specification of the role(s) the user plays when performing the event. Usually the codes used in this element are local codes defined by the role-based access control security system used in the local context
public AuditEvent.Participant addRole(CodeableConceptDt theValue)
Definition: Specification of the role(s) the user plays when performing the event. Usually the codes used in this element are local codes defined by the role-based access control security system used in the local context
theValue - The role to add (must not be null)public CodeableConceptDt getRoleFirstRep()
Definition: Specification of the role(s) the user plays when performing the event. Usually the codes used in this element are local codes defined by the role-based access control security system used in the local context
public ResourceReferenceDt getReference()
null.
Definition: Direct reference to a resource that identifies the participant
public AuditEvent.Participant setReference(ResourceReferenceDt theValue)
Definition: Direct reference to a resource that identifies the participant
public IdentifierDt getUserId()
null.
Definition: Unique identifier for the user actively participating in the event
public AuditEvent.Participant setUserId(IdentifierDt theValue)
Definition: Unique identifier for the user actively participating in the event
public StringDt getAltIdElement()
null.
Definition: Alternative Participant Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available
public String getAltId()
null.
Definition: Alternative Participant Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available
public AuditEvent.Participant setAltId(StringDt theValue)
Definition: Alternative Participant Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available
public AuditEvent.Participant setAltId(String theString)
Definition: Alternative Participant Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available
public StringDt getNameElement()
null.
Definition: Human-meaningful name for the user
public String getName()
null.
Definition: Human-meaningful name for the user
public AuditEvent.Participant setName(StringDt theValue)
Definition: Human-meaningful name for the user
public AuditEvent.Participant setName(String theString)
Definition: Human-meaningful name for the user
public BooleanDt getRequestorElement()
null.
Definition: Indicator that the user is or is not the requestor, or initiator, for the event being audited.
public Boolean getRequestor()
null.
Definition: Indicator that the user is or is not the requestor, or initiator, for the event being audited.
public AuditEvent.Participant setRequestor(BooleanDt theValue)
Definition: Indicator that the user is or is not the requestor, or initiator, for the event being audited.
public AuditEvent.Participant setRequestor(boolean theBoolean)
Definition: Indicator that the user is or is not the requestor, or initiator, for the event being audited.
public ResourceReferenceDt getLocation()
null.
Definition: Where the event occurred
public AuditEvent.Participant setLocation(ResourceReferenceDt theValue)
Definition: Where the event occurred
public List<UriDt> getPolicy()
null.
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
public AuditEvent.Participant setPolicy(List<UriDt> theValue)
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
public UriDt addPolicy()
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
public AuditEvent.Participant addPolicy(UriDt theValue)
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
theValue - The policy to add (must not be null)public UriDt getPolicyFirstRep()
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
public AuditEvent.Participant addPolicy(String theUri)
Definition: The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.
public CodingDt getMedia()
null.
Definition: Type of media involved. Used when the event is about exporting/importing onto media
public AuditEvent.Participant setMedia(CodingDt theValue)
Definition: Type of media involved. Used when the event is about exporting/importing onto media
public AuditEvent.ParticipantNetwork getNetwork()
null.
Definition: Logical network location for application activity, if the activity has a network location
public AuditEvent.Participant setNetwork(AuditEvent.ParticipantNetwork theValue)
Definition: Logical network location for application activity, if the activity has a network location
public List<CodingDt> getPurposeOfUse()
null.
Definition: The reason (purpose of use), specific to this participant, that was used during the event being recorded.
public AuditEvent.Participant setPurposeOfUse(List<CodingDt> theValue)
Definition: The reason (purpose of use), specific to this participant, that was used during the event being recorded.
public CodingDt addPurposeOfUse()
Definition: The reason (purpose of use), specific to this participant, that was used during the event being recorded.
public AuditEvent.Participant addPurposeOfUse(CodingDt theValue)
Definition: The reason (purpose of use), specific to this participant, that was used during the event being recorded.
theValue - The purposeOfUse to add (must not be null)public CodingDt getPurposeOfUseFirstRep()
Definition: The reason (purpose of use), specific to this participant, that was used during the event being recorded.
Copyright © 2014–2016 University Health Network. All rights reserved.