public static class Encounter.Location extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: List of locations where the patient has been during this encounter
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getLocation()
Gets the value(s) for location (where).
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
String |
getStatus()
Gets the value(s) for status ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterLocationStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
Encounter.Location |
setLocation(ResourceReferenceDt theValue)
Sets the value(s) for location (where)
|
Encounter.Location |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Encounter.Location |
setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterLocationStatusEnum> theValue)
Sets the value(s) for status ()
|
Encounter.Location |
setStatus(EncounterLocationStatusEnum theValue)
Sets the value(s) for status ()
|
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 Location()
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 getLocation()
null.
Definition: The location where the encounter takes place
public Encounter.Location setLocation(ResourceReferenceDt theValue)
Definition: The location where the encounter takes place
public ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterLocationStatusEnum> getStatusElement()
null.
Definition: The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time
public String getStatus()
null.
Definition: The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time
public Encounter.Location setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EncounterLocationStatusEnum> theValue)
Definition: The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time
public Encounter.Location setStatus(EncounterLocationStatusEnum theValue)
Definition: The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time
public PeriodDt getPeriod()
null.
Definition:
public Encounter.Location setPeriod(PeriodDt theValue)
Definition:
Copyright © 2014–2018 University Health Network. All rights reserved.