Uses of Class
org.linuxforhealth.fhir.model.resource.ClaimResponse.AddItem.Detail
-
Packages that use ClaimResponse.AddItem.Detail Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClaimResponse.AddItem.Detail in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClaimResponse.AddItem.Detail Modifier and Type Method Description ClaimResponse.AddItem.Detail
ClaimResponse.AddItem.Detail.Builder. build()
Build theClaimResponse.AddItem.Detail
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ClaimResponse.AddItem.Detail Modifier and Type Method Description java.util.List<ClaimResponse.AddItem.Detail>
ClaimResponse.AddItem. getDetail()
The second-tier service adjudications for payor added services.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClaimResponse.AddItem.Detail Modifier and Type Method Description ClaimResponse.AddItem.Builder
ClaimResponse.AddItem.Builder. detail(ClaimResponse.AddItem.Detail... detail)
The second-tier service adjudications for payor added services.protected ClaimResponse.AddItem.Detail.Builder
ClaimResponse.AddItem.Detail.Builder. from(ClaimResponse.AddItem.Detail detail)
protected void
ClaimResponse.AddItem.Detail.Builder. validate(ClaimResponse.AddItem.Detail detail)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ClaimResponse.AddItem.Detail Modifier and Type Method Description ClaimResponse.AddItem.Builder
ClaimResponse.AddItem.Builder. detail(java.util.Collection<ClaimResponse.AddItem.Detail> detail)
The second-tier service adjudications for payor added services.
-