Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.Accident
-
Packages that use Claim.Accident Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Claim.Accident in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.Accident Modifier and Type Method Description Claim.Accident
Claim.Accident.Builder. build()
Build theClaim.Accident
Claim.Accident
Claim. getAccident()
Details of an accident which resulted in injuries which required the products and services listed in the claim.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Claim.Accident Modifier and Type Method Description Claim.Builder
Claim.Builder. accident(Claim.Accident accident)
Details of an accident which resulted in injuries which required the products and services listed in the claim.protected Claim.Accident.Builder
Claim.Accident.Builder. from(Claim.Accident accident)
protected void
Claim.Accident.Builder. validate(Claim.Accident accident)
-