| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticOrder.Event |
DiagnosticOrder.addEvent()
Adds and returns a new value for event ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Item.addEvent()
Adds and returns a new value for event ()
|
DiagnosticOrder.Event |
DiagnosticOrder.getEventFirstRep()
Gets the first repetition for event (),
creating it if it does not already exist.
|
DiagnosticOrder.Event |
DiagnosticOrder.Item.getEventFirstRep()
Gets the first repetition for event (),
creating it if it does not already exist.
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setDateTime(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for dateTime ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setDateTime(DateTimeDt theValue)
Sets the value(s) for dateTime ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setDateTimeWithSecondsPrecision(Date theDate)
Sets the value for dateTime ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setDescription(CodeableConceptDt theValue)
Sets the value(s) for description ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setStatus(BoundCodeDt<DiagnosticOrderStatusEnum> theValue)
Sets the value(s) for status ()
|
DiagnosticOrder.Event |
DiagnosticOrder.Event.setStatus(DiagnosticOrderStatusEnum theValue)
Sets the value(s) for status ()
|
| Modifier and Type | Method and Description |
|---|---|
List<DiagnosticOrder.Event> |
DiagnosticOrder.getEvent()
Gets the value(s) for event ().
|
List<DiagnosticOrder.Event> |
DiagnosticOrder.Item.getEvent()
Gets the value(s) for event ().
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticOrder |
DiagnosticOrder.addEvent(DiagnosticOrder.Event theValue)
Adds a given new value for event ()
|
DiagnosticOrder.Item |
DiagnosticOrder.Item.addEvent(DiagnosticOrder.Event theValue)
Adds a given new value for event ()
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticOrder |
DiagnosticOrder.setEvent(List<DiagnosticOrder.Event> theValue)
Sets the value(s) for event ()
|
DiagnosticOrder.Item |
DiagnosticOrder.Item.setEvent(List<DiagnosticOrder.Event> theValue)
Sets the value(s) for event ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.