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