Uses of Class
org.hl7.fhir.dstu2016may.model.Claim.RelatedClaimsComponent
-
Packages that use Claim.RelatedClaimsComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Claim.RelatedClaimsComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Claim.RelatedClaimsComponent Modifier and Type Method Description protected Claim.RelatedClaimsComponentJsonParser. parseClaimRelatedClaimsComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.RelatedClaimsComponentXmlParser. parseClaimRelatedClaimsComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Claim.RelatedClaimsComponent Modifier and Type Method Description protected voidJsonParser. composeClaimRelatedClaimsComponent(String name, Claim.RelatedClaimsComponent element)protected voidRdfParser. composeClaimRelatedClaimsComponent(RdfGenerator.Complex parent, String parentType, String name, Claim.RelatedClaimsComponent element, int index)protected voidXmlParser. composeClaimRelatedClaimsComponent(String name, Claim.RelatedClaimsComponent element)protected voidJsonParser. composeClaimRelatedClaimsComponentInner(Claim.RelatedClaimsComponent element) -
Uses of Claim.RelatedClaimsComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Claim.RelatedClaimsComponent Modifier and Type Field Description protected List<Claim.RelatedClaimsComponent>Claim. relatedOther claims which are related to this claim such as prior claim versions or for related services.Methods in org.hl7.fhir.dstu2016may.model that return Claim.RelatedClaimsComponent Modifier and Type Method Description Claim.RelatedClaimsComponentClaim. addRelated()Claim.RelatedClaimsComponentClaim.RelatedClaimsComponent. copy()Claim.RelatedClaimsComponentClaim.RelatedClaimsComponent. setClaim(Type value)Claim.RelatedClaimsComponentClaim.RelatedClaimsComponent. setReference(Identifier value)Claim.RelatedClaimsComponentClaim.RelatedClaimsComponent. setRelationship(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Claim.RelatedClaimsComponent Modifier and Type Method Description List<Claim.RelatedClaimsComponent>Claim. getRelated()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Claim.RelatedClaimsComponent Modifier and Type Method Description ClaimClaim. addRelated(Claim.RelatedClaimsComponent t)
-