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.ProcessNote
ClaimResponse.ProcessNote.Builder. build()
Build theClaimResponse.ProcessNote
Methods 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.Builder
ClaimResponse.ProcessNote.Builder. from(ClaimResponse.ProcessNote processNote)
ClaimResponse.Builder
ClaimResponse.Builder. processNote(ClaimResponse.ProcessNote... processNote)
A note that describes or explains adjudication results in a human readable form.protected void
ClaimResponse.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.Builder
ClaimResponse.Builder. processNote(java.util.Collection<ClaimResponse.ProcessNote> processNote)
A note that describes or explains adjudication results in a human readable form.
-