Uses of Class
com.ibm.fhir.model.resource.Claim.Procedure
-
Packages that use Claim.Procedure Package Description com.ibm.fhir.model.resource -
-
Uses of Claim.Procedure in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Claim.Procedure Modifier and Type Method Description Claim.Procedure
Claim.Procedure.Builder. build()
Build theClaim.Procedure
Methods in com.ibm.fhir.model.resource that return types with arguments of type Claim.Procedure Modifier and Type Method Description List<Claim.Procedure>
Claim. getProcedure()
Procedures performed on the patient relevant to the billing items with the claim.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Claim.Procedure Modifier and Type Method Description Claim.Builder
Claim.Builder. procedure(Collection<Claim.Procedure> procedure)
Procedures performed on the patient relevant to the billing items with the claim.
-