Interface ExplanationOfBenefit_CareTeamBuilder
-
- All Known Implementing Classes:
ExplanationOfBenefit_CareTeamBuilder.Impl
public interface ExplanationOfBenefit_CareTeamBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExplanationOfBenefit_CareTeamBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ExplanationOfBenefit.CareTeambuild()static ExplanationOfBenefit_CareTeamBuilder.Implbuilder(java.lang.Integer sequence, com.babylonhealth.lit.core_java.builders.ReferenceBuilder provider)static ExplanationOfBenefit_CareTeamBuilder.Implinit(java.lang.Integer sequence, com.babylonhealth.lit.core.model.Reference provider)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ExplanationOfBenefit.CareTeam build()
-
init
static ExplanationOfBenefit_CareTeamBuilder.Impl init(java.lang.Integer sequence, com.babylonhealth.lit.core.model.Reference provider)
-
builder
static ExplanationOfBenefit_CareTeamBuilder.Impl builder(java.lang.Integer sequence, com.babylonhealth.lit.core_java.builders.ReferenceBuilder provider)
-
-