public static class ListResource.Entry extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Entries in this list
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Date |
getDate()
Gets the value(s) for date ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getDateElement()
Gets the value(s) for date ().
|
Boolean |
getDeleted()
Gets the value(s) for deleted ().
|
ca.uhn.fhir.model.primitive.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,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for date ()
|
ListResource.Entry |
setDate(ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Entry()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
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 ListResource.Entry setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
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–2018 University Health Network. All rights reserved.