| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
ListResource.Entry |
ListResource.addEntry()
Adds and returns a new value for entry ()
|
ListResource.Entry |
ListResource.getEntryFirstRep()
Gets the first repetition for entry (),
creating it if it does not already exist.
|
ListResource.Entry |
ListResource.Entry.setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
ListResource.Entry |
ListResource.Entry.setDate(DateTimeDt theValue)
Sets the value(s) for date ()
|
ListResource.Entry |
ListResource.Entry.setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()
|
ListResource.Entry |
ListResource.Entry.setDeleted(boolean theBoolean)
Sets the value for deleted ()
|
ListResource.Entry |
ListResource.Entry.setDeleted(BooleanDt theValue)
Sets the value(s) for deleted ()
|
ListResource.Entry |
ListResource.Entry.setFlag(CodeableConceptDt theValue)
Sets the value(s) for flag ()
|
ListResource.Entry |
ListResource.Entry.setItem(ResourceReferenceDt theValue)
Sets the value(s) for item ()
|
| Modifier and Type | Method and Description |
|---|---|
List<ListResource.Entry> |
ListResource.getEntry()
Gets the value(s) for entry ().
|
| Modifier and Type | Method and Description |
|---|---|
ListResource |
ListResource.addEntry(ListResource.Entry theValue)
Adds a given new value for entry ()
|
| Modifier and Type | Method and Description |
|---|---|
ListResource |
ListResource.setEntry(List<ListResource.Entry> theValue)
Sets the value(s) for entry ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.