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.Procedure
ExplanationOfBenefit.Procedure.Builder. build()
Build theExplanationOfBenefit.Procedure
Methods 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.Builder
ExplanationOfBenefit.Procedure.Builder. from(ExplanationOfBenefit.Procedure procedure)
ExplanationOfBenefit.Builder
ExplanationOfBenefit.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.Builder
ExplanationOfBenefit.Builder. procedure(Collection<ExplanationOfBenefit.Procedure> procedure)
Procedures performed on the patient relevant to the billing items with the claim.
-