Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.CareTeamComponent
-
Packages that use ExplanationOfBenefit.CareTeamComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.CareTeamComponent Modifier and Type Method Description protected ExplanationOfBenefit.CareTeamComponentJsonParser. parseExplanationOfBenefitCareTeamComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.CareTeamComponentXmlParser. parseExplanationOfBenefitCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) -
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.CareTeamComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.CareTeamComponent>ExplanationOfBenefit. careTeamThe members of the team who provided the products and services.Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.CareTeamComponent Modifier and Type Method Description List<ExplanationOfBenefit.CareTeamComponent>ExplanationOfBenefit. getCareTeam()Methods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.CareTeamComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. addCareTeam(ExplanationOfBenefit.CareTeamComponent t)voidExplanationOfBenefit.CareTeamComponent. copyValues(ExplanationOfBenefit.CareTeamComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.CareTeamComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. setCareTeam(List<ExplanationOfBenefit.CareTeamComponent> theCareTeam)
-