AuditEvent.Builder |
AuditEvent.Builder.action(AuditEventAction action) |
Indicator for type of action performed during the event that generated the audit.
|
AuditEvent.Builder |
AuditEvent.Builder.agent(AuditEvent.Agent... agent) |
An actor taking an active role in the event or activity that is logged.
|
AuditEvent.Builder |
AuditEvent.Builder.agent(Collection<AuditEvent.Agent> agent) |
An actor taking an active role in the event or activity that is logged.
|
static AuditEvent.Builder |
AuditEvent.builder() |
|
AuditEvent.Builder |
AuditEvent.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
AuditEvent.Builder |
AuditEvent.Builder.contained(Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
AuditEvent.Builder |
AuditEvent.Builder.entity(AuditEvent.Entity... entity) |
Specific instances of data or objects that have been accessed.
|
AuditEvent.Builder |
AuditEvent.Builder.entity(Collection<AuditEvent.Entity> entity) |
Specific instances of data or objects that have been accessed.
|
AuditEvent.Builder |
AuditEvent.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
AuditEvent.Builder |
AuditEvent.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected AuditEvent.Builder |
AuditEvent.Builder.from(AuditEvent auditEvent) |
|
AuditEvent.Builder |
AuditEvent.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
AuditEvent.Builder |
AuditEvent.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
AuditEvent.Builder |
AuditEvent.Builder.language(Code language) |
The base language in which the resource is written.
|
AuditEvent.Builder |
AuditEvent.Builder.meta(Meta meta) |
The metadata about the resource.
|
AuditEvent.Builder |
AuditEvent.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
AuditEvent.Builder |
AuditEvent.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
AuditEvent.Builder |
AuditEvent.Builder.outcome(AuditEventOutcome outcome) |
Indicates whether the event succeeded or failed.
|
AuditEvent.Builder |
AuditEvent.Builder.outcomeDesc(String outcomeDesc) |
A free text description of the outcome of the event.
|
AuditEvent.Builder |
AuditEvent.Builder.outcomeDesc(String outcomeDesc) |
Convenience method for setting outcomeDesc .
|
AuditEvent.Builder |
AuditEvent.Builder.period(Period period) |
The period during which the activity occurred.
|
AuditEvent.Builder |
AuditEvent.Builder.purposeOfEvent(CodeableConcept... purposeOfEvent) |
The purposeOfUse (reason) that was used during the event being recorded.
|
AuditEvent.Builder |
AuditEvent.Builder.purposeOfEvent(Collection<CodeableConcept> purposeOfEvent) |
The purposeOfUse (reason) that was used during the event being recorded.
|
AuditEvent.Builder |
AuditEvent.Builder.recorded(Instant recorded) |
The time when the event was recorded.
|
AuditEvent.Builder |
AuditEvent.Builder.recorded(ZonedDateTime recorded) |
Convenience method for setting recorded .
|
AuditEvent.Builder |
AuditEvent.Builder.source(AuditEvent.Source source) |
The system that is reporting the event.
|
AuditEvent.Builder |
AuditEvent.Builder.subtype(Coding... subtype) |
Identifier for the category of event.
|
AuditEvent.Builder |
AuditEvent.Builder.subtype(Collection<Coding> subtype) |
Identifier for the category of event.
|
AuditEvent.Builder |
AuditEvent.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
AuditEvent.Builder |
AuditEvent.toBuilder() |
|
AuditEvent.Builder |
AuditEvent.Builder.type(Coding type) |
Identifier for a family of the event.
|