Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.ReviewOutcomeComponent
-
Uses of ClaimResponse.ReviewOutcomeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ClaimResponse.ReviewOutcomeComponent
JsonParser.parseClaimResponseReviewOutcomeComponent
(com.google.gson.JsonObject json) protected ClaimResponse.ReviewOutcomeComponent
XmlParser.parseClaimResponseReviewOutcomeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeClaimResponseReviewOutcomeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.ReviewOutcomeComponent element, int index) protected void
XmlParser.composeClaimResponseReviewOutcomeComponent
(String name, ClaimResponse.ReviewOutcomeComponent element) protected void
XmlParser.composeClaimResponseReviewOutcomeComponentElements
(ClaimResponse.ReviewOutcomeComponent element) protected void
JsonParser.composeReviewOutcomeComponent
(String name, ClaimResponse.ReviewOutcomeComponent element) protected void
JsonParser.composeReviewOutcomeComponentProperties
(ClaimResponse.ReviewOutcomeComponent element) protected boolean
XmlParser.parseClaimResponseReviewOutcomeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.ReviewOutcomeComponent res) protected void
JsonParser.parseClaimResponseReviewOutcomeComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.ReviewOutcomeComponent res) -
Uses of ClaimResponse.ReviewOutcomeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.AddedItemComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.protected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.AddedItemDetailComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.protected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.AddedItemSubDetailComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.protected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.ItemComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.protected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.ItemDetailComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.protected ClaimResponse.ReviewOutcomeComponent
ClaimResponse.SubDetailComponent.reviewOutcome
The high-level results of the adjudication if adjudication has been performed.Modifier and TypeMethodDescriptionClaimResponse.ReviewOutcomeComponent.addReason
(CodeableConcept t) ClaimResponse.ReviewOutcomeComponent.copy()
ClaimResponse.AddedItemComponent.getReviewOutcome()
ClaimResponse.AddedItemDetailComponent.getReviewOutcome()
ClaimResponse.AddedItemSubDetailComponent.getReviewOutcome()
ClaimResponse.ItemComponent.getReviewOutcome()
ClaimResponse.ItemDetailComponent.getReviewOutcome()
ClaimResponse.SubDetailComponent.getReviewOutcome()
ClaimResponse.ReviewOutcomeComponent.setDecision
(CodeableConcept value) ClaimResponse.ReviewOutcomeComponent.setPreAuthPeriod
(Period value) ClaimResponse.ReviewOutcomeComponent.setPreAuthRef
(String value) ClaimResponse.ReviewOutcomeComponent.setPreAuthRefElement
(StringType value) ClaimResponse.ReviewOutcomeComponent.setReason
(List<CodeableConcept> theReason) Modifier and TypeMethodDescriptionvoid
ClaimResponse.ReviewOutcomeComponent.copyValues
(ClaimResponse.ReviewOutcomeComponent dst) ClaimResponse.AddedItemComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.AddedItemDetailComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.AddedItemSubDetailComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.ItemComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.ItemDetailComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.SubDetailComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value)