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.RelatedClaim.Related.Builder. build()Build theClaim.RelatedMethods 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.BuilderClaim.Related.Builder. from(Claim.Related related)Claim.BuilderClaim.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 voidClaim.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.BuilderClaim.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.
-