
Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.Participant
Packages that use AuditEvent.Participant
-
Uses of AuditEvent.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.ParticipantModifier and TypeMethodDescriptionAuditEvent.addParticipant()
Adds and returns a new value for participant ()AuditEvent.Participant.addPolicy
(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for policy ()Adds a new value for policy ()AuditEvent.Participant.addPurposeOfUse
(CodingDt theValue) Adds a given new value for purposeOfUse ()AuditEvent.Participant.addRole
(CodeableConceptDt theValue) Adds a given new value for role ()AuditEvent.getParticipantFirstRep()
Gets the first repetition for participant (), creating it if it does not already exist.AuditEvent.Participant.setAltId
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for altId ()Sets the value for altId ()AuditEvent.Participant.setLocation
(ResourceReferenceDt theValue) Sets the value(s) for location ()Sets the value(s) for media ()AuditEvent.Participant.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()AuditEvent.Participant.setNetwork
(AuditEvent.ParticipantNetwork theValue) Sets the value(s) for network ()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
(ca.uhn.fhir.model.primitive.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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AuditEvent.ParticipantModifier and TypeMethodDescriptionAuditEvent.getParticipant()
Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AuditEvent.ParticipantModifier and TypeMethodDescriptionAuditEvent.addParticipant
(AuditEvent.Participant theValue) Adds a given new value for participant ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AuditEvent.ParticipantModifier and TypeMethodDescriptionAuditEvent.setParticipant
(List<AuditEvent.Participant> theValue) Sets the value(s) for participant ()