public static class Claim.Diagnosis extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Ordered list of patient diagnosis for which care is sought.
| Constructor and Description |
|---|
Diagnosis() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodingDt |
getDiagnosis()
Gets the value(s) for diagnosis ().
|
Integer |
getSequence()
Gets the value(s) for sequence ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for sequence ()
|
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 Diagnosis()
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.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.