Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse
-
Packages that use ClaimResponse Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of ClaimResponse in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse Modifier and Type Method Description ClaimResponse
ClaimResponse.Builder. build()
Build theClaimResponse
Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClaimResponse Modifier and Type Method Description protected ClaimResponse.Builder
ClaimResponse.Builder. from(ClaimResponse claimResponse)
protected void
ClaimResponse.Builder. validate(ClaimResponse claimResponse)
-
Uses of ClaimResponse in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type ClaimResponse Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, ClaimResponse claimResponse)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, ClaimResponse claimResponse)
-