
Uses of Class
org.hl7.fhir.dstu3.model.Claim.RelatedClaimComponent
Packages that use Claim.RelatedClaimComponent
-
Uses of Claim.RelatedClaimComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Claim.RelatedClaimComponentModifier and TypeMethodDescriptionprotected Claim.RelatedClaimComponentJsonParser.parseClaimRelatedClaimComponent(com.google.gson.JsonObject json, Claim owner) protected Claim.RelatedClaimComponentXmlParser.parseClaimRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Claim.RelatedClaimComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimRelatedClaimComponent(String name, Claim.RelatedClaimComponent element) protected voidRdfParser.composeClaimRelatedClaimComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.RelatedClaimComponent element, int index) protected voidXmlParser.composeClaimRelatedClaimComponent(String name, Claim.RelatedClaimComponent element) protected voidXmlParser.composeClaimRelatedClaimComponentElements(Claim.RelatedClaimComponent element) protected voidJsonParser.composeClaimRelatedClaimComponentInner(Claim.RelatedClaimComponent element) protected booleanXmlParser.parseClaimRelatedClaimComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.RelatedClaimComponent res) protected voidJsonParser.parseClaimRelatedClaimComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.RelatedClaimComponent res) -
Uses of Claim.RelatedClaimComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Claim.RelatedClaimComponentModifier and TypeFieldDescriptionprotected List<Claim.RelatedClaimComponent> Claim.relatedOther claims which are related to this claim such as prior claim versions or for related services.Methods in org.hl7.fhir.dstu3.model that return Claim.RelatedClaimComponentModifier and TypeMethodDescriptionClaim.addRelated()Claim.RelatedClaimComponent.copy()Claim.getRelatedFirstRep()Claim.RelatedClaimComponent.setClaimTarget(Claim value) Claim.RelatedClaimComponent.setReference(Identifier value) Claim.RelatedClaimComponent.setRelationship(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Claim.RelatedClaimComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Claim.RelatedClaimComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Claim.RelatedClaimComponent