Uses of Class
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventParticipantComponent
-
Uses of AuditEvent.AuditEventParticipantComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseAuditEventAuditEventParticipantComponent
(com.google.gson.JsonObject json, AuditEvent owner) XmlParser.parseAuditEventAuditEventParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAuditEventAuditEventParticipantComponent
(String name, AuditEvent.AuditEventParticipantComponent element) protected void
XmlParser.composeAuditEventAuditEventParticipantComponent
(String name, AuditEvent.AuditEventParticipantComponent element) protected void
JsonParser.composeAuditEventAuditEventParticipantComponentInner
(AuditEvent.AuditEventParticipantComponent element) -
Uses of AuditEvent.AuditEventParticipantComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<AuditEvent.AuditEventParticipantComponent> AuditEvent.participant
A person, a hardware device or software process.Modifier and TypeMethodDescriptionAuditEvent.addParticipant()
AuditEvent.AuditEventParticipantComponent.addPurposeOfUse
(Coding t) AuditEvent.AuditEventParticipantComponent.addRole
(CodeableConcept t) AuditEvent.AuditEventParticipantComponent.copy()
AuditEvent.AuditEventParticipantComponent.setAltIdElement
(StringType value) AuditEvent.AuditEventParticipantComponent.setLocation
(Reference value) AuditEvent.AuditEventParticipantComponent.setLocationTarget
(Location value) AuditEvent.AuditEventParticipantComponent.setNameElement
(StringType value) AuditEvent.AuditEventParticipantComponent.setNetwork
(AuditEvent.AuditEventParticipantNetworkComponent value) AuditEvent.AuditEventParticipantComponent.setReference
(Reference value) AuditEvent.AuditEventParticipantComponent.setReferenceTarget
(Resource value) AuditEvent.AuditEventParticipantComponent.setRequestor
(boolean value) AuditEvent.AuditEventParticipantComponent.setRequestorElement
(BooleanType value) AuditEvent.AuditEventParticipantComponent.setUserId
(Identifier value) Modifier and TypeMethodDescriptionAuditEvent.addParticipant
(AuditEvent.AuditEventParticipantComponent t)