Uses of Class
com.ibm.fhir.model.resource.ExplanationOfBenefit.CareTeam
-
Packages that use ExplanationOfBenefit.CareTeam Package Description com.ibm.fhir.model.resource -
-
Uses of ExplanationOfBenefit.CareTeam in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.CareTeam
ExplanationOfBenefit.CareTeam.Builder. build()
Build theExplanationOfBenefit.CareTeam
Methods in com.ibm.fhir.model.resource that return types with arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description java.util.List<ExplanationOfBenefit.CareTeam>
ExplanationOfBenefit. getCareTeam()
The members of the team who provided the products and services.Methods in com.ibm.fhir.model.resource with parameters of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. careTeam(ExplanationOfBenefit.CareTeam... careTeam)
The members of the team who provided the products and services.protected ExplanationOfBenefit.CareTeam.Builder
ExplanationOfBenefit.CareTeam.Builder. from(ExplanationOfBenefit.CareTeam careTeam)
protected void
ExplanationOfBenefit.CareTeam.Builder. validate(ExplanationOfBenefit.CareTeam careTeam)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ExplanationOfBenefit.CareTeam Modifier and Type Method Description ExplanationOfBenefit.Builder
ExplanationOfBenefit.Builder. careTeam(java.util.Collection<ExplanationOfBenefit.CareTeam> careTeam)
The members of the team who provided the products and services.
-