Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent
-
Packages that use AuditEvent Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of AuditEvent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent Modifier and Type Method Description AuditEventAuditEvent. addObject(AuditEvent.ObjectElement theValue)Adds a given new value for object ()AuditEventAuditEvent. addParticipant(AuditEvent.Participant theValue)Adds a given new value for participant ()AuditEventAuditEvent. setEvent(AuditEvent.Event theValue)Sets the value(s) for event ()AuditEventAuditEvent. setObject(List<AuditEvent.ObjectElement> theValue)Sets the value(s) for object ()AuditEventAuditEvent. setParticipant(List<AuditEvent.Participant> theValue)Sets the value(s) for participant ()AuditEventAuditEvent. setSource(AuditEvent.Source theValue)Sets the value(s) for source ()
-