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