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.ProcessNoteExplanationOfBenefit.ProcessNote.Builder. build()Build theExplanationOfBenefit.ProcessNoteMethods 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.BuilderExplanationOfBenefit.ProcessNote.Builder. from(ExplanationOfBenefit.ProcessNote processNote)ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. processNote(ExplanationOfBenefit.ProcessNote... processNote)A note that describes or explains adjudication results in a human readable form.Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. processNote(Collection<ExplanationOfBenefit.ProcessNote> processNote)A note that describes or explains adjudication results in a human readable form.
-