Uses of Class
org.hl7.fhir.r4.model.Claim.RelatedClaimComponent
-
Packages that use Claim.RelatedClaimComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Claim.RelatedClaimComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.RelatedClaimComponent Modifier and Type Method Description protected Claim.RelatedClaimComponentJsonParser. parseClaimRelatedClaimComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.RelatedClaimComponentXmlParser. parseClaimRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) -
Uses of Claim.RelatedClaimComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.RelatedClaimComponent Modifier and Type Field Description protected List<Claim.RelatedClaimComponent>Claim. relatedOther claims which are related to this claim such as prior submissions or claims for related services or for the same event.Methods in org.hl7.fhir.r4.model that return Claim.RelatedClaimComponent Modifier and Type Method Description Claim.RelatedClaimComponentClaim. addRelated()Claim.RelatedClaimComponentClaim.RelatedClaimComponent. copy()Claim.RelatedClaimComponentClaim. getRelatedFirstRep()Claim.RelatedClaimComponentClaim.RelatedClaimComponent. setClaim(Reference value)Claim.RelatedClaimComponentClaim.RelatedClaimComponent. setClaimTarget(Claim value)Claim.RelatedClaimComponentClaim.RelatedClaimComponent. setReference(Identifier value)Claim.RelatedClaimComponentClaim.RelatedClaimComponent. setRelationship(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.RelatedClaimComponent Modifier and Type Method Description List<Claim.RelatedClaimComponent>Claim. getRelated()Methods in org.hl7.fhir.r4.model with parameters of type Claim.RelatedClaimComponent Modifier and Type Method Description ClaimClaim. addRelated(Claim.RelatedClaimComponent t)voidClaim.RelatedClaimComponent. copyValues(Claim.RelatedClaimComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.RelatedClaimComponent Modifier and Type Method Description ClaimClaim. setRelated(List<Claim.RelatedClaimComponent> theRelated)
-