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