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.ProcedureClaim.Procedure.Builder. build()Build theClaim.ProcedureMethods 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.BuilderClaim.Procedure.Builder. from(Claim.Procedure procedure)Claim.BuilderClaim.Builder. procedure(Claim.Procedure... procedure)Procedures performed on the patient relevant to the billing items with the claim.protected voidClaim.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.BuilderClaim.Builder. procedure(java.util.Collection<Claim.Procedure> procedure)Procedures performed on the patient relevant to the billing items with the claim.
-