Uses of Class
com.ibm.fhir.model.resource.Claim.Related
-
Packages that use Claim.Related Package Description com.ibm.fhir.model.resource -
-
Uses of Claim.Related in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Claim.Related Modifier and Type Method Description Claim.Related
Claim.Related.Builder. build()
Build theClaim.Related
Methods in com.ibm.fhir.model.resource that return types with arguments of type Claim.Related Modifier and Type Method Description List<Claim.Related>
Claim. getRelated()
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.Methods in com.ibm.fhir.model.resource with parameters of type Claim.Related Modifier and Type Method Description protected Claim.Related.Builder
Claim.Related.Builder. from(Claim.Related related)
Claim.Builder
Claim.Builder. related(Claim.Related... related)
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.protected void
Claim.Related.Builder. validate(Claim.Related related)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Claim.Related Modifier and Type Method Description Claim.Builder
Claim.Builder. related(Collection<Claim.Related> related)
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.
-