Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.Related
- 
Packages that use Claim.Related Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Claim.Related in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.Related Modifier and Type Method Description Claim.RelatedClaim.Related.Builder. build()Build theClaim.RelatedMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Claim.Related Modifier and Type Method Description java.util.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Claim.Related Modifier and Type Method Description Claim.BuilderClaim.Builder. related(java.util.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. 
 -