public static class ClinicalImpression.Investigations extends BaseIdentifiableElement implements IResourceBlock
Definition: One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes
| Constructor and Description |
|---|
Investigations() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addItem()
Adds and returns a new value for item ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
List<ResourceReferenceDt> |
getItem()
Gets the value(s) for item ().
|
boolean |
isEmpty() |
ClinicalImpression.Investigations |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
ClinicalImpression.Investigations |
setItem(List<ResourceReferenceDt> theValue)
Sets the value(s) for item ()
|
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 Investigations()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getCode()
null.
Definition: A name/code for the group (\"set\") of investigations. Typically, this will be something like \"signs\", \"symptoms\", \"clinical\", \"diagnostic\", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used
public ClinicalImpression.Investigations setCode(CodeableConceptDt theValue)
Definition: A name/code for the group (\"set\") of investigations. Typically, this will be something like \"signs\", \"symptoms\", \"clinical\", \"diagnostic\", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used
public List<ResourceReferenceDt> getItem()
null.
Definition: A record of a specific investigation that was undertaken
public ClinicalImpression.Investigations setItem(List<ResourceReferenceDt> theValue)
Definition: A record of a specific investigation that was undertaken
public ResourceReferenceDt addItem()
Definition: A record of a specific investigation that was undertaken
Copyright © 2014–2016 University Health Network. All rights reserved.