public static class Claim.Diagnosis extends BaseIdentifiableElement implements IResourceBlock
Definition: Ordered list of patient diagnosis for which care is sought.
| Constructor and Description |
|---|
Diagnosis() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodingDt |
getDiagnosis()
Gets the value(s) for diagnosis ().
|
Integer |
getSequence()
Gets the value(s) for sequence ().
|
PositiveIntDt |
getSequenceElement()
Gets the value(s) for sequence ().
|
boolean |
isEmpty() |
Claim.Diagnosis |
setDiagnosis(CodingDt theValue)
Sets the value(s) for diagnosis ()
|
Claim.Diagnosis |
setSequence(int theInteger)
Sets the value for sequence ()
|
Claim.Diagnosis |
setSequence(PositiveIntDt theValue)
Sets the value(s) for sequence ()
|
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 Diagnosis()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic PositiveIntDt getSequenceElement()
null.
Definition: Sequence of diagnosis which serves to order and provide a link.
public Integer getSequence()
null.
Definition: Sequence of diagnosis which serves to order and provide a link.
public Claim.Diagnosis setSequence(PositiveIntDt theValue)
Definition: Sequence of diagnosis which serves to order and provide a link.
public Claim.Diagnosis setSequence(int theInteger)
Definition: Sequence of diagnosis which serves to order and provide a link.
public CodingDt getDiagnosis()
null.
Definition: The diagnosis.
public Claim.Diagnosis setDiagnosis(CodingDt theValue)
Definition: The diagnosis.
Copyright © 2014–2016 University Health Network. All rights reserved.