
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcessResponse.Notes
Packages that use ProcessResponse.Notes
-
Uses of ProcessResponse.Notes in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcessResponse.NotesModifier and TypeMethodDescriptionProcessResponse.addNotes()
Adds and returns a new value for notes ()ProcessResponse.getNotesFirstRep()
Gets the first repetition for notes (), creating it if it does not already exist.ProcessResponse.Notes.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ProcessResponse.NotesMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ProcessResponse.NotesModifier and TypeMethodDescriptionProcessResponse.addNotes
(ProcessResponse.Notes theValue) Adds a given new value for notes ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ProcessResponse.NotesModifier and TypeMethodDescriptionProcessResponse.setNotes
(List<ProcessResponse.Notes> theValue) Sets the value(s) for notes ()