
Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.Event
Packages that use AuditEvent.Event
-
Uses of AuditEvent.Event in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.EventModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AuditEvent.EventModifier and TypeMethodDescriptionAuditEvent.setEvent(AuditEvent.Event theValue) Sets the value(s) for event ()