Uses of Class
org.hl7.fhir.r4.model.Claim.SupportingInformationComponent
-
Packages that use Claim.SupportingInformationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.SupportingInformationComponent Modifier and Type Method Description protected Claim.SupportingInformationComponentJsonParser. parseClaimSupportingInformationComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.SupportingInformationComponentXmlParser. parseClaimSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) -
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.SupportingInformationComponent Modifier and Type Field Description protected List<Claim.SupportingInformationComponent>Claim. supportingInfoAdditional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.SupportingInformationComponent Modifier and Type Method Description List<Claim.SupportingInformationComponent>Claim. getSupportingInfo()Methods in org.hl7.fhir.r4.model with parameters of type Claim.SupportingInformationComponent Modifier and Type Method Description ClaimClaim. addSupportingInfo(Claim.SupportingInformationComponent t)voidClaim.SupportingInformationComponent. copyValues(Claim.SupportingInformationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.SupportingInformationComponent Modifier and Type Method Description ClaimClaim. setSupportingInfo(List<Claim.SupportingInformationComponent> theSupportingInfo)
-