Uses of Class
com.ibm.fhir.model.resource.ClaimResponse.ProcessNote
-
Packages that use ClaimResponse.ProcessNote Package Description com.ibm.fhir.model.resource -
-
Uses of ClaimResponse.ProcessNote in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ClaimResponse.ProcessNote Modifier and Type Method Description ClaimResponse.ProcessNote
ClaimResponse.ProcessNote.Builder. build()
Build theClaimResponse.ProcessNote
Methods in com.ibm.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 com.ibm.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 com.ibm.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.
-