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.Related
Claim.Related.Builder. build()
Build theClaim.Related
Methods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type Claim.Related Modifier and Type Method Description Claim.Builder
Claim.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.
-