
Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.NoteComponent
Packages that use ClaimResponse.NoteComponent
-
Uses of ClaimResponse.NoteComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClaimResponse.NoteComponentModifier and TypeMethodDescriptionprotected ClaimResponse.NoteComponent
JsonParser.parseClaimResponseNoteComponent
(com.google.gson.JsonObject json) protected ClaimResponse.NoteComponent
XmlParser.parseClaimResponseNoteComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ClaimResponse.NoteComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeClaimResponseNoteComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.NoteComponent element, int index) protected void
XmlParser.composeClaimResponseNoteComponent
(String name, ClaimResponse.NoteComponent element) protected void
XmlParser.composeClaimResponseNoteComponentElements
(ClaimResponse.NoteComponent element) protected void
JsonParser.composeNoteComponent
(String name, ClaimResponse.NoteComponent element) protected void
JsonParser.composeNoteComponentProperties
(ClaimResponse.NoteComponent element) protected boolean
XmlParser.parseClaimResponseNoteComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.NoteComponent res) protected void
JsonParser.parseClaimResponseNoteComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.NoteComponent res) -
Uses of ClaimResponse.NoteComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClaimResponse.NoteComponentModifier and TypeFieldDescriptionprotected List
<ClaimResponse.NoteComponent> ClaimResponse.processNote
A note that describes or explains adjudication results in a human readable form.Methods in org.hl7.fhir.r5.model that return ClaimResponse.NoteComponentModifier and TypeMethodDescriptionClaimResponse.addProcessNote()
ClaimResponse.NoteComponent.copy()
ClaimResponse.getProcessNoteFirstRep()
ClaimResponse.NoteComponent.setLanguage
(CodeableConcept value) ClaimResponse.NoteComponent.setNumber
(int value) ClaimResponse.NoteComponent.setNumberElement
(PositiveIntType value) ClaimResponse.NoteComponent.setTextElement
(StringType value) ClaimResponse.NoteComponent.setType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ClaimResponse.NoteComponentMethods in org.hl7.fhir.r5.model with parameters of type ClaimResponse.NoteComponentModifier and TypeMethodDescriptionClaimResponse.addProcessNote
(ClaimResponse.NoteComponent t) void
ClaimResponse.NoteComponent.copyValues
(ClaimResponse.NoteComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ClaimResponse.NoteComponentModifier and TypeMethodDescriptionClaimResponse.setProcessNote
(List<ClaimResponse.NoteComponent> theProcessNote)