Uses of Class
org.linuxforhealth.fhir.model.resource.Claim.Procedure
-
Packages that use Claim.Procedure Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Claim.Procedure in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Claim.Procedure Modifier and Type Method Description Claim.Procedure
Claim.Procedure.Builder. build()
Build theClaim.Procedure
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Claim.Procedure Modifier and Type Method Description java.util.List<Claim.Procedure>
Claim. getProcedure()
Procedures performed on the patient relevant to the billing items with the claim.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Claim.Procedure Modifier and Type Method Description protected Claim.Procedure.Builder
Claim.Procedure.Builder. from(Claim.Procedure procedure)
Claim.Builder
Claim.Builder. procedure(Claim.Procedure... procedure)
Procedures performed on the patient relevant to the billing items with the claim.protected void
Claim.Procedure.Builder. validate(Claim.Procedure procedure)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Claim.Procedure Modifier and Type Method Description Claim.Builder
Claim.Builder. procedure(java.util.Collection<Claim.Procedure> procedure)
Procedures performed on the patient relevant to the billing items with the claim.
-