public static class ListResource.Entry extends BaseIdentifiableElement implements IResourceBlock
Definition: Entries in this list
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getDate()
Gets the value(s) for date ().
|
DateTimeDt |
getDateElement()
Gets the value(s) for date ().
|
Boolean |
getDeleted()
Gets the value(s) for deleted ().
|
BooleanDt |
getDeletedElement()
Gets the value(s) for deleted ().
|
CodeableConceptDt |
getFlag()
Gets the value(s) for flag ().
|
ResourceReferenceDt |
getItem()
Gets the value(s) for item ().
|
boolean |
isEmpty() |
ListResource.Entry |
setDate(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
ListResource.Entry |
setDate(DateTimeDt theValue)
Sets the value(s) for date ()
|
ListResource.Entry |
setDateWithSecondsPrecision(Date theDate)
Sets the value for date ()
|
ListResource.Entry |
setDeleted(boolean theBoolean)
Sets the value for deleted ()
|
ListResource.Entry |
setDeleted(BooleanDt theValue)
Sets the value(s) for deleted ()
|
ListResource.Entry |
setFlag(CodeableConceptDt theValue)
Sets the value(s) for flag ()
|
ListResource.Entry |
setItem(ResourceReferenceDt theValue)
Sets the value(s) for item ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Entry()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getFlag()
null.
Definition: The flag allows the system constructing the list to indicate the role and significance of the item in the list
public ListResource.Entry setFlag(CodeableConceptDt theValue)
Definition: The flag allows the system constructing the list to indicate the role and significance of the item in the list
public BooleanDt getDeletedElement()
null.
Definition: True if this item is marked as deleted in the list.
public Boolean getDeleted()
null.
Definition: True if this item is marked as deleted in the list.
public ListResource.Entry setDeleted(BooleanDt theValue)
Definition: True if this item is marked as deleted in the list.
public ListResource.Entry setDeleted(boolean theBoolean)
Definition: True if this item is marked as deleted in the list.
public DateTimeDt getDateElement()
null.
Definition: When this item was added to the list
public Date getDate()
null.
Definition: When this item was added to the list
public ListResource.Entry setDate(DateTimeDt theValue)
Definition: When this item was added to the list
public ListResource.Entry setDate(Date theDate, TemporalPrecisionEnum thePrecision)
Definition: When this item was added to the list
public ListResource.Entry setDateWithSecondsPrecision(Date theDate)
Definition: When this item was added to the list
public ResourceReferenceDt getItem()
null.
Definition: A reference to the actual resource from which data was derived
public ListResource.Entry setItem(ResourceReferenceDt theValue)
Definition: A reference to the actual resource from which data was derived
Copyright © 2014–2016 University Health Network. All rights reserved.