
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Event
Packages that use DiagnosticOrder.Event
-
Uses of DiagnosticOrder.Event in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DiagnosticOrder.EventModifier and TypeMethodDescriptionDiagnosticOrder.addEvent()
Adds and returns a new value for event ()DiagnosticOrder.Item.addEvent()
Adds and returns a new value for event ()DiagnosticOrder.getEventFirstRep()
Gets the first repetition for event (), creating it if it does not already exist.DiagnosticOrder.Item.getEventFirstRep()
Gets the first repetition for event (), creating it if it does not already exist.DiagnosticOrder.Event.setActor
(ResourceReferenceDt theValue) Sets the value(s) for actor ()DiagnosticOrder.Event.setDateTime
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for dateTime ()DiagnosticOrder.Event.setDateTime
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for dateTime ()DiagnosticOrder.Event.setDateTimeWithSecondsPrecision
(Date theDate) Sets the value for dateTime ()DiagnosticOrder.Event.setDescription
(CodeableConceptDt theValue) Sets the value(s) for description ()DiagnosticOrder.Event.setStatus
(DiagnosticOrderStatusEnum theValue) Sets the value(s) for status ()DiagnosticOrder.Event.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<DiagnosticOrderStatusEnum> theValue) Sets the value(s) for status ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DiagnosticOrder.EventModifier and TypeMethodDescriptionDiagnosticOrder.getEvent()
Gets the value(s) for event ().DiagnosticOrder.Item.getEvent()
Gets the value(s) for event ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DiagnosticOrder.EventModifier and TypeMethodDescriptionDiagnosticOrder.addEvent
(DiagnosticOrder.Event theValue) Adds a given new value for event ()DiagnosticOrder.Item.addEvent
(DiagnosticOrder.Event theValue) Adds a given new value for event ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DiagnosticOrder.EventModifier and TypeMethodDescriptionDiagnosticOrder.Item.setEvent
(List<DiagnosticOrder.Event> theValue) Sets the value(s) for event ()DiagnosticOrder.setEvent
(List<DiagnosticOrder.Event> theValue) Sets the value(s) for event ()