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.ProcedureClaim.Procedure.Builder. build()Build theClaim.ProcedureMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-