
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.SupportingInformationComponent
JsonParser.parseClaimSupportingInformationComponent
(com.google.gson.JsonObject json, Claim owner) protected Claim.SupportingInformationComponent
XmlParser.parseClaimSupportingInformationComponent
(org.xmlpull.v1.XmlPullParser xpp, Claim owner) Methods in org.hl7.fhir.r4.formats with parameters of type Claim.SupportingInformationComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeClaimSupportingInformationComponent
(String name, Claim.SupportingInformationComponent element) protected void
RdfParser.composeClaimSupportingInformationComponent
(Turtle.Complex parent, String parentType, String name, Claim.SupportingInformationComponent element, int index) protected void
XmlParser.composeClaimSupportingInformationComponent
(String name, Claim.SupportingInformationComponent element) protected void
XmlParser.composeClaimSupportingInformationComponentElements
(Claim.SupportingInformationComponent element) protected void
JsonParser.composeClaimSupportingInformationComponentInner
(Claim.SupportingInformationComponent element) protected boolean
XmlParser.parseClaimSupportingInformationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.SupportingInformationComponent res) protected void
JsonParser.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.supportingInfo
Additional 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 TypeMethodDescriptionvoid
Claim.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)