
Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.BodySiteComponent
Packages that use ClaimResponse.BodySiteComponent
-
Uses of ClaimResponse.BodySiteComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClaimResponse.BodySiteComponentModifier and TypeMethodDescriptionprotected ClaimResponse.BodySiteComponent
JsonParser.parseClaimResponseBodySiteComponent
(com.google.gson.JsonObject json) protected ClaimResponse.BodySiteComponent
XmlParser.parseClaimResponseBodySiteComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ClaimResponse.BodySiteComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeBodySiteComponent
(String name, ClaimResponse.BodySiteComponent element) protected void
JsonParser.composeBodySiteComponentProperties
(ClaimResponse.BodySiteComponent element) protected void
RdfParser.composeClaimResponseBodySiteComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.BodySiteComponent element, int index) protected void
XmlParser.composeClaimResponseBodySiteComponent
(String name, ClaimResponse.BodySiteComponent element) protected void
XmlParser.composeClaimResponseBodySiteComponentElements
(ClaimResponse.BodySiteComponent element) protected boolean
XmlParser.parseClaimResponseBodySiteComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.BodySiteComponent res) protected void
JsonParser.parseClaimResponseBodySiteComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.BodySiteComponent res) -
Uses of ClaimResponse.BodySiteComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClaimResponse.BodySiteComponentModifier and TypeFieldDescriptionprotected List
<ClaimResponse.BodySiteComponent> ClaimResponse.AddedItemComponent.bodySite
Physical location where the service is performed or applies.Methods in org.hl7.fhir.r5.model that return ClaimResponse.BodySiteComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.addBodySite()
ClaimResponse.BodySiteComponent.addSite
(CodeableReference t) ClaimResponse.BodySiteComponent.addSubSite
(CodeableConcept t) ClaimResponse.BodySiteComponent.copy()
ClaimResponse.AddedItemComponent.getBodySiteFirstRep()
ClaimResponse.BodySiteComponent.setSite
(List<CodeableReference> theSite) ClaimResponse.BodySiteComponent.setSubSite
(List<CodeableConcept> theSubSite) Methods in org.hl7.fhir.r5.model that return types with arguments of type ClaimResponse.BodySiteComponentMethods in org.hl7.fhir.r5.model with parameters of type ClaimResponse.BodySiteComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.addBodySite
(ClaimResponse.BodySiteComponent t) void
ClaimResponse.BodySiteComponent.copyValues
(ClaimResponse.BodySiteComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ClaimResponse.BodySiteComponentModifier and TypeMethodDescriptionClaimResponse.AddedItemComponent.setBodySite
(List<ClaimResponse.BodySiteComponent> theBodySite)