Uses of Class
org.linuxforhealth.fhir.model.resource.ExplanationOfBenefit.ProcessNote
-
Packages that use ExplanationOfBenefit.ProcessNote Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ExplanationOfBenefit.ProcessNote in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ExplanationOfBenefit.ProcessNote Modifier and Type Method Description ExplanationOfBenefit.ProcessNote
ExplanationOfBenefit.ProcessNote.Builder. build()
Build theExplanationOfBenefit.ProcessNote
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description java.util.List<ExplanationOfBenefit.ProcessNote>
ExplanationOfBenefit. getProcessNote()
A note that describes or explains adjudication results in a human readable form.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ExplanationOfBenefit.ProcessNote Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. processNote(java.util.Collection<ExplanationOfBenefit.ProcessNote> processNote)
A note that describes or explains adjudication results in a human readable form.
-