Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.CareTeamComponent
Packages that use ExplanationOfBenefit.CareTeamComponent
-
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.CareTeamComponentModifier and TypeMethodDescriptionprotected ExplanationOfBenefit.CareTeamComponentJsonParser.parseExplanationOfBenefitCareTeamComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.CareTeamComponentXmlParser.parseExplanationOfBenefitCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner)Methods in org.hl7.fhir.r4.formats with parameters of type ExplanationOfBenefit.CareTeamComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element)protected voidRdfParser.composeExplanationOfBenefitCareTeamComponent(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.CareTeamComponent element, int index)protected voidXmlParser.composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element)protected voidXmlParser.composeExplanationOfBenefitCareTeamComponentElements(ExplanationOfBenefit.CareTeamComponent element)protected voidJsonParser.composeExplanationOfBenefitCareTeamComponentInner(ExplanationOfBenefit.CareTeamComponent element)protected booleanXmlParser.parseExplanationOfBenefitCareTeamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res)protected voidJsonParser.parseExplanationOfBenefitCareTeamComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res) -
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.CareTeamComponentModifier and TypeFieldDescriptionprotected List<ExplanationOfBenefit.CareTeamComponent>ExplanationOfBenefit.careTeamThe members of the team who provided the products and services.Methods in org.hl7.fhir.r4.model that return ExplanationOfBenefit.CareTeamComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addCareTeam()ExplanationOfBenefit.CareTeamComponent.copy()ExplanationOfBenefit.getCareTeamFirstRep()ExplanationOfBenefit.CareTeamComponent.setProvider(Reference value)ExplanationOfBenefit.CareTeamComponent.setProviderTarget(Resource value)ExplanationOfBenefit.CareTeamComponent.setQualification(CodeableConcept value)ExplanationOfBenefit.CareTeamComponent.setResponsible(boolean value)ExplanationOfBenefit.CareTeamComponent.setResponsibleElement(BooleanType value)ExplanationOfBenefit.CareTeamComponent.setRole(CodeableConcept value)ExplanationOfBenefit.CareTeamComponent.setSequence(int value)ExplanationOfBenefit.CareTeamComponent.setSequenceElement(PositiveIntType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ExplanationOfBenefit.CareTeamComponentMethods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.CareTeamComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addCareTeam(ExplanationOfBenefit.CareTeamComponent t)voidExplanationOfBenefit.CareTeamComponent.copyValues(ExplanationOfBenefit.CareTeamComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.CareTeamComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setCareTeam(List<ExplanationOfBenefit.CareTeamComponent> theCareTeam)