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