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