
Uses of Class
org.hl7.fhir.dstu3.model.ProcessResponse.ProcessResponseProcessNoteComponent
Packages that use ProcessResponse.ProcessResponseProcessNoteComponent
-
Uses of ProcessResponse.ProcessResponseProcessNoteComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeMethodDescriptionJsonParser.parseProcessResponseProcessResponseProcessNoteComponent(com.google.gson.JsonObject json, ProcessResponse owner) XmlParser.parseProcessResponseProcessResponseProcessNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeProcessResponseProcessResponseProcessNoteComponent(String name, ProcessResponse.ProcessResponseProcessNoteComponent element) protected voidRdfParser.composeProcessResponseProcessResponseProcessNoteComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ProcessResponse.ProcessResponseProcessNoteComponent element, int index) protected voidXmlParser.composeProcessResponseProcessResponseProcessNoteComponent(String name, ProcessResponse.ProcessResponseProcessNoteComponent element) protected voidXmlParser.composeProcessResponseProcessResponseProcessNoteComponentElements(ProcessResponse.ProcessResponseProcessNoteComponent element) protected voidJsonParser.composeProcessResponseProcessResponseProcessNoteComponentInner(ProcessResponse.ProcessResponseProcessNoteComponent element) protected booleanXmlParser.parseProcessResponseProcessResponseProcessNoteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner, ProcessResponse.ProcessResponseProcessNoteComponent res) protected voidJsonParser.parseProcessResponseProcessResponseProcessNoteComponentProperties(com.google.gson.JsonObject json, ProcessResponse owner, ProcessResponse.ProcessResponseProcessNoteComponent res) -
Uses of ProcessResponse.ProcessResponseProcessNoteComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeFieldDescriptionProcessResponse.processNoteSuite of processing notes or additional requirements if the processing has been held.Methods in org.hl7.fhir.dstu3.model that return ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeMethodDescriptionProcessResponse.addProcessNote()ProcessResponse.ProcessResponseProcessNoteComponent.copy()ProcessResponse.getProcessNoteFirstRep()ProcessResponse.ProcessResponseProcessNoteComponent.setTextElement(StringType value) ProcessResponse.ProcessResponseProcessNoteComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ProcessResponse.ProcessResponseProcessNoteComponentMethods in org.hl7.fhir.dstu3.model with parameters of type ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeMethodDescriptionProcessResponse.addProcessNote(ProcessResponse.ProcessResponseProcessNoteComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ProcessResponse.ProcessResponseProcessNoteComponentModifier and TypeMethodDescriptionProcessResponse.setProcessNote(List<ProcessResponse.ProcessResponseProcessNoteComponent> theProcessNote)