Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.ProcessNote
-
Packages that use ExplanationOfBenefit.ProcessNote Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.ProcessNote in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.ProcessNote Modifier and Type Method Description ExplanationOfBenefit.ProcessNote
ExplanationOfBenefit.ProcessNote.Builder. build()
Build theExplanationOfBenefit.ProcessNote
Methods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description List<ExplanationOfBenefit.ProcessNote>
ExplanationOfBenefit. getProcessNote()
A note that describes or explains adjudication results in a human readable form.Methods in com.ibm.fhir.model.resource with parameters of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description protected ExplanationOfBenefit.ProcessNote.Builder
ExplanationOfBenefit.ProcessNote.Builder. from(ExplanationOfBenefit.ProcessNote processNote)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. processNote(ExplanationOfBenefit.ProcessNote... processNote)
A note that describes or explains adjudication results in a human readable form.protected void
ExplanationOfBenefit.ProcessNote.Builder. validate(ExplanationOfBenefit.ProcessNote processNote)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. processNote(Collection<ExplanationOfBenefit.ProcessNote> processNote)
A note that describes or explains adjudication results in a human readable form.
-