Uses of Class
ca.uhn.fhir.model.dstu2.resource.DiagnosticOrder.Event
-
Uses of DiagnosticOrder.Event in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionDiagnosticOrder.getEvent()
Gets the value(s) for event ().DiagnosticOrder.Item.getEvent()
Gets the value(s) for event ().Modifier 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 ()Modifier 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 ()