
Uses of Class
org.hl7.fhir.r5.model.Claim.SupportingInformationComponent
Packages that use Claim.SupportingInformationComponent
-
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Claim.SupportingInformationComponentModifier and TypeMethodDescriptionprotected Claim.SupportingInformationComponentJsonParser.parseClaimSupportingInformationComponent(com.google.gson.JsonObject json) protected Claim.SupportingInformationComponentXmlParser.parseClaimSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeClaimSupportingInformationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.SupportingInformationComponent element, int index) protected voidXmlParser.composeClaimSupportingInformationComponent(String name, Claim.SupportingInformationComponent element) protected voidXmlParser.composeClaimSupportingInformationComponentElements(Claim.SupportingInformationComponent element) protected voidJsonParser.composeSupportingInformationComponent(String name, Claim.SupportingInformationComponent element) protected voidJsonParser.composeSupportingInformationComponentProperties(Claim.SupportingInformationComponent element) protected booleanXmlParser.parseClaimSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.SupportingInformationComponent res) protected voidJsonParser.parseClaimSupportingInformationComponentProperties(com.google.gson.JsonObject json, Claim.SupportingInformationComponent res) -
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Claim.SupportingInformationComponentModifier and TypeFieldDescriptionprotected List<Claim.SupportingInformationComponent> Claim.supportingInfoAdditional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.Methods in org.hl7.fhir.r5.model that return Claim.SupportingInformationComponentModifier and TypeMethodDescriptionClaim.addSupportingInfo()Claim.SupportingInformationComponent.copy()Claim.getSupportingInfoFirstRep()Claim.SupportingInformationComponent.setCategory(CodeableConcept value) Claim.SupportingInformationComponent.setCode(CodeableConcept value) Claim.SupportingInformationComponent.setReason(CodeableConcept value) Claim.SupportingInformationComponent.setSequence(int value) Claim.SupportingInformationComponent.setSequenceElement(PositiveIntType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Claim.SupportingInformationComponentMethods in org.hl7.fhir.r5.model with parameters of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionvoidClaim.SupportingInformationComponent.copyValues(Claim.SupportingInformationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionClaim.setSupportingInfo(List<Claim.SupportingInformationComponent> theSupportingInfo)