public static class Condition.Stage extends BaseIdentifiableElement implements IResourceBlock
Definition: Clinical stage or grade of a condition. May include formal severity assessments
| Constructor and Description |
|---|
Stage() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addAssessment()
Adds and returns a new value for assessment ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ResourceReferenceDt> |
getAssessment()
Gets the value(s) for assessment ().
|
CodeableConceptDt |
getSummary()
Gets the value(s) for summary ().
|
boolean |
isEmpty() |
Condition.Stage |
setAssessment(List<ResourceReferenceDt> theValue)
Sets the value(s) for assessment ()
|
Condition.Stage |
setSummary(CodeableConceptDt theValue)
Sets the value(s) for summary ()
|
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 Stage()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getSummary()
null.
Definition: A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific
public Condition.Stage setSummary(CodeableConceptDt theValue)
Definition: A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific
public List<ResourceReferenceDt> getAssessment()
null.
Definition: Reference to a formal record of the evidence on which the staging assessment is based
public Condition.Stage setAssessment(List<ResourceReferenceDt> theValue)
Definition: Reference to a formal record of the evidence on which the staging assessment is based
public ResourceReferenceDt addAssessment()
Definition: Reference to a formal record of the evidence on which the staging assessment is based
Copyright © 2014–2016 University Health Network. All rights reserved.