
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.BodySiteComponentJsonParser.parseClaimBodySiteComponent(com.google.gson.JsonObject json) protected Claim.BodySiteComponentXmlParser.parseClaimBodySiteComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Claim.BodySiteComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBodySiteComponent(String name, Claim.BodySiteComponent element) protected voidJsonParser.composeBodySiteComponentProperties(Claim.BodySiteComponent element) protected voidRdfParser.composeClaimBodySiteComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.BodySiteComponent element, int index) protected voidXmlParser.composeClaimBodySiteComponent(String name, Claim.BodySiteComponent element) protected voidXmlParser.composeClaimBodySiteComponentElements(Claim.BodySiteComponent element) protected booleanXmlParser.parseClaimBodySiteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.BodySiteComponent res) protected voidJsonParser.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.bodySitePhysical 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) voidClaim.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)