public static class CarePlan.RelatedPlan extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies CarePlans with some sort of formal relationship to the current plan.
| Constructor and Description |
|---|
RelatedPlan() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCode()
Gets the value(s) for code ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> |
getCodeElement()
Gets the value(s) for code ().
|
ResourceReferenceDt |
getPlan()
Gets the value(s) for plan ().
|
boolean |
isEmpty() |
CarePlan.RelatedPlan |
setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> theValue)
Sets the value(s) for code ()
|
CarePlan.RelatedPlan |
setCode(CarePlanRelationshipEnum theValue)
Sets the value(s) for code ()
|
CarePlan.RelatedPlan |
setPlan(ResourceReferenceDt theValue)
Sets the value(s) for plan ()
|
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 RelatedPlan()
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 ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> getCodeElement()
null.
Definition: Identifies the type of relationship this plan has to the target plan.
public String getCode()
null.
Definition: Identifies the type of relationship this plan has to the target plan.
public CarePlan.RelatedPlan setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<CarePlanRelationshipEnum> theValue)
Definition: Identifies the type of relationship this plan has to the target plan.
public CarePlan.RelatedPlan setCode(CarePlanRelationshipEnum theValue)
Definition: Identifies the type of relationship this plan has to the target plan.
public ResourceReferenceDt getPlan()
null.
Definition: A reference to the plan to which a relationship is asserted.
public CarePlan.RelatedPlan setPlan(ResourceReferenceDt theValue)
Definition: A reference to the plan to which a relationship is asserted.
Copyright © 2014–2018 University Health Network. All rights reserved.