Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcessResponse.Notes
-
Packages that use ProcessResponse.Notes Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ProcessResponse.Notes in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcessResponse.Notes Modifier and Type Method Description ProcessResponse.NotesProcessResponse. addNotes()Adds and returns a new value for notes ()ProcessResponse.NotesProcessResponse. getNotesFirstRep()Gets the first repetition for notes (), creating it if it does not already exist.ProcessResponse.NotesProcessResponse.Notes. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()ProcessResponse.NotesProcessResponse.Notes. setText(String theString)Sets the value for text ()ProcessResponse.NotesProcessResponse.Notes. setType(CodingDt theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ProcessResponse.Notes Modifier and Type Method Description List<ProcessResponse.Notes>ProcessResponse. getNotes()Gets the value(s) for notes ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ProcessResponse.Notes Modifier and Type Method Description ProcessResponseProcessResponse. 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.Notes Modifier and Type Method Description ProcessResponseProcessResponse. setNotes(List<ProcessResponse.Notes> theValue)Sets the value(s) for notes ()
-