public static class Group.Member extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies the resource instances that are members of the group.
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getEntity()
Gets the value(s) for entity ().
|
Boolean |
getInactive()
Gets the value(s) for inactive ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getInactiveElement()
Gets the value(s) for inactive ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
boolean |
isEmpty() |
Group.Member |
setEntity(ResourceReferenceDt theValue)
Sets the value(s) for entity ()
|
Group.Member |
setInactive(boolean theBoolean)
Sets the value for inactive ()
|
Group.Member |
setInactive(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for inactive ()
|
Group.Member |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
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 Member()
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 ResourceReferenceDt getEntity()
null.
Definition: A reference to the entity that is a member of the group. Must be consistent with Group.type
public Group.Member setEntity(ResourceReferenceDt theValue)
Definition: A reference to the entity that is a member of the group. Must be consistent with Group.type
public PeriodDt getPeriod()
null.
Definition: The period that the member was in the group, if known
public Group.Member setPeriod(PeriodDt theValue)
Definition: The period that the member was in the group, if known
public ca.uhn.fhir.model.primitive.BooleanDt getInactiveElement()
null.
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Boolean getInactive()
null.
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Group.Member setInactive(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
public Group.Member setInactive(boolean theBoolean)
Definition: A flag to indicate that the member is no longer in the group, but previously may have been a member
Copyright © 2014–2018 University Health Network. All rights reserved.