Uses of Class
org.hl7.fhir.dstu3.model.ProcessResponse.ProcessResponseProcessNoteComponent
-
Packages that use ProcessResponse.ProcessResponseProcessNoteComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ProcessResponse.ProcessResponseProcessNoteComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Method Description protected ProcessResponse.ProcessResponseProcessNoteComponentJsonParser. parseProcessResponseProcessResponseProcessNoteComponent(com.google.gson.JsonObject json, ProcessResponse owner)protected ProcessResponse.ProcessResponseProcessNoteComponentXmlParser. parseProcessResponseProcessResponseProcessNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner) -
Uses of ProcessResponse.ProcessResponseProcessNoteComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Field Description protected List<ProcessResponse.ProcessResponseProcessNoteComponent>ProcessResponse. processNoteSuite of processing notes or additional requirements if the processing has been held.Methods in org.hl7.fhir.dstu3.model that return ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Method Description ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse. addProcessNote()ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse.ProcessResponseProcessNoteComponent. copy()ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse. getProcessNoteFirstRep()ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse.ProcessResponseProcessNoteComponent. setText(String value)ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse.ProcessResponseProcessNoteComponent. setTextElement(StringType value)ProcessResponse.ProcessResponseProcessNoteComponentProcessResponse.ProcessResponseProcessNoteComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Method Description List<ProcessResponse.ProcessResponseProcessNoteComponent>ProcessResponse. getProcessNote()Methods in org.hl7.fhir.dstu3.model with parameters of type ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Method Description ProcessResponseProcessResponse. addProcessNote(ProcessResponse.ProcessResponseProcessNoteComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ProcessResponse.ProcessResponseProcessNoteComponent Modifier and Type Method Description ProcessResponseProcessResponse. setProcessNote(List<ProcessResponse.ProcessResponseProcessNoteComponent> theProcessNote)
-