
Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.ItemReviewOutcomeComponent
Packages that use ExplanationOfBenefit.ItemReviewOutcomeComponent
-
Uses of ExplanationOfBenefit.ItemReviewOutcomeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit.ItemReviewOutcomeComponentModifier and TypeMethodDescriptionJsonParser.parseExplanationOfBenefitItemReviewOutcomeComponent(com.google.gson.JsonObject json) XmlParser.parseExplanationOfBenefitItemReviewOutcomeComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit.ItemReviewOutcomeComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeExplanationOfBenefitItemReviewOutcomeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.ItemReviewOutcomeComponent element, int index) protected voidXmlParser.composeExplanationOfBenefitItemReviewOutcomeComponent(String name, ExplanationOfBenefit.ItemReviewOutcomeComponent element) protected voidXmlParser.composeExplanationOfBenefitItemReviewOutcomeComponentElements(ExplanationOfBenefit.ItemReviewOutcomeComponent element) protected voidJsonParser.composeItemReviewOutcomeComponent(String name, ExplanationOfBenefit.ItemReviewOutcomeComponent element) protected voidJsonParser.composeItemReviewOutcomeComponentProperties(ExplanationOfBenefit.ItemReviewOutcomeComponent element) protected booleanXmlParser.parseExplanationOfBenefitItemReviewOutcomeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.ItemReviewOutcomeComponent res) protected voidJsonParser.parseExplanationOfBenefitItemReviewOutcomeComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit.ItemReviewOutcomeComponent res) -
Uses of ExplanationOfBenefit.ItemReviewOutcomeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ExplanationOfBenefit.ItemReviewOutcomeComponentModifier and TypeFieldDescriptionExplanationOfBenefit.AddedItemComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.ExplanationOfBenefit.AddedItemDetailComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.ExplanationOfBenefit.AddedItemDetailSubDetailComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.ExplanationOfBenefit.DetailComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.ExplanationOfBenefit.ItemComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.ExplanationOfBenefit.SubDetailComponent.reviewOutcomeThe high-level results of the adjudication if adjudication has been performed.Methods in org.hl7.fhir.r5.model that return ExplanationOfBenefit.ItemReviewOutcomeComponentModifier and TypeMethodDescriptionExplanationOfBenefit.ItemReviewOutcomeComponent.addReason(CodeableConcept t) ExplanationOfBenefit.ItemReviewOutcomeComponent.copy()ExplanationOfBenefit.AddedItemComponent.getReviewOutcome()ExplanationOfBenefit.AddedItemDetailComponent.getReviewOutcome()ExplanationOfBenefit.AddedItemDetailSubDetailComponent.getReviewOutcome()ExplanationOfBenefit.DetailComponent.getReviewOutcome()ExplanationOfBenefit.ItemComponent.getReviewOutcome()ExplanationOfBenefit.SubDetailComponent.getReviewOutcome()ExplanationOfBenefit.ItemReviewOutcomeComponent.setDecision(CodeableConcept value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setPreAuthPeriod(Period value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setPreAuthRef(String value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setPreAuthRefElement(StringType value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setReason(List<CodeableConcept> theReason) Methods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.ItemReviewOutcomeComponentModifier and TypeMethodDescriptionvoidExplanationOfBenefit.ItemReviewOutcomeComponent.copyValues(ExplanationOfBenefit.ItemReviewOutcomeComponent dst) ExplanationOfBenefit.AddedItemComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.AddedItemDetailComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.DetailComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.ItemComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.SubDetailComponent.setReviewOutcome(ExplanationOfBenefit.ItemReviewOutcomeComponent value)