
Uses of Class
org.hl7.fhir.r4.model.Claim.SupportingInformationComponent
Packages that use Claim.SupportingInformationComponent
-
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.SupportingInformationComponentModifier and TypeMethodDescriptionprotected Claim.SupportingInformationComponentJsonParser.parseClaimSupportingInformationComponent(com.google.gson.JsonObject json, Claim owner) protected Claim.SupportingInformationComponentXmlParser.parseClaimSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) Methods in org.hl7.fhir.r4.formats with parameters of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimSupportingInformationComponent(String name, Claim.SupportingInformationComponent element) protected voidRdfParser.composeClaimSupportingInformationComponent(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.composeClaimSupportingInformationComponentInner(Claim.SupportingInformationComponent element) protected booleanXmlParser.parseClaimSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.SupportingInformationComponent res) protected voidJsonParser.parseClaimSupportingInformationComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.SupportingInformationComponent res) -
Uses of Claim.SupportingInformationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type Claim.SupportingInformationComponentMethods in org.hl7.fhir.r4.model with parameters of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionvoidClaim.SupportingInformationComponent.copyValues(Claim.SupportingInformationComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionClaim.setSupportingInfo(List<Claim.SupportingInformationComponent> theSupportingInfo)