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