Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.Event
-
Uses of AuditEvent.Event in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionAuditEvent.Event.addPurposeOfEvent
(CodingDt theValue) Adds a given new value for purposeOfEvent ()AuditEvent.Event.addSubtype
(CodingDt theValue) Adds a given new value for subtype ()AuditEvent.getEvent()
Gets the value(s) for event ().AuditEvent.Event.setAction
(AuditEventActionEnum theValue) Sets the value(s) for action ()AuditEvent.Event.setAction
(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventActionEnum> theValue) Sets the value(s) for action ()AuditEvent.Event.setDateTime
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for dateTime ()AuditEvent.Event.setDateTime
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateTime ()AuditEvent.Event.setDateTimeWithMillisPrecision
(Date theDate) Sets the value for dateTime ()AuditEvent.Event.setOutcome
(AuditEventOutcomeEnum theValue) Sets the value(s) for outcome ()AuditEvent.Event.setOutcome
(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventOutcomeEnum> theValue) Sets the value(s) for outcome ()AuditEvent.Event.setOutcomeDesc
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for outcomeDesc ()AuditEvent.Event.setOutcomeDesc
(String theString) Sets the value for outcomeDesc ()AuditEvent.Event.setPurposeOfEvent
(List<CodingDt> theValue) Sets the value(s) for purposeOfEvent ()AuditEvent.Event.setSubtype
(List<CodingDt> theValue) Sets the value(s) for subtype ()Sets the value(s) for type ()Modifier and TypeMethodDescriptionAuditEvent.setEvent
(AuditEvent.Event theValue) Sets the value(s) for event ()