public static class ClaimResponse.Note extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Note text
| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
Integer |
getNumber()
Gets the value(s) for number ().
|
ca.uhn.fhir.model.primitive.PositiveIntDt |
getNumberElement()
Gets the value(s) for number ().
|
String |
getText()
Gets the value(s) for text ().
|
ca.uhn.fhir.model.primitive.StringDt |
getTextElement()
Gets the value(s) for text ().
|
CodingDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
ClaimResponse.Note |
setNumber(int theInteger)
Sets the value for number ()
|
ClaimResponse.Note |
setNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Sets the value(s) for number ()
|
ClaimResponse.Note |
setText(String theString)
Sets the value for text ()
|
ClaimResponse.Note |
setText(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for text ()
|
ClaimResponse.Note |
setType(CodingDt theValue)
Sets the value(s) for type ()
|
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 Note()
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 getNumberElement()
null.
Definition: An integer associated with each note which may be referred to from each service line item.
public Integer getNumber()
null.
Definition: An integer associated with each note which may be referred to from each service line item.
public ClaimResponse.Note setNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)
Definition: An integer associated with each note which may be referred to from each service line item.
public ClaimResponse.Note setNumber(int theInteger)
Definition: An integer associated with each note which may be referred to from each service line item.
public CodingDt getType()
null.
Definition: The note purpose: Print/Display.
public ClaimResponse.Note setType(CodingDt theValue)
Definition: The note purpose: Print/Display.
public ca.uhn.fhir.model.primitive.StringDt getTextElement()
null.
Definition: The note text.
public String getText()
null.
Definition: The note text.
public ClaimResponse.Note setText(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The note text.
public ClaimResponse.Note setText(String theString)
Definition: The note text.
Copyright © 2014–2018 University Health Network. All rights reserved.