| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse.Notes |
ProcessResponse.addNotes()
Adds and returns a new value for notes ()
|
ProcessResponse.Notes |
ProcessResponse.getNotesFirstRep()
Gets the first repetition for notes (),
creating it if it does not already exist.
|
ProcessResponse.Notes |
ProcessResponse.Notes.setText(String theString)
Sets the value for text ()
|
ProcessResponse.Notes |
ProcessResponse.Notes.setText(StringDt theValue)
Sets the value(s) for text ()
|
ProcessResponse.Notes |
ProcessResponse.Notes.setType(CodingDt theValue)
Sets the value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessResponse.Notes> |
ProcessResponse.getNotes()
Gets the value(s) for notes ().
|
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse |
ProcessResponse.addNotes(ProcessResponse.Notes theValue)
Adds a given new value for notes ()
|
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse |
ProcessResponse.setNotes(List<ProcessResponse.Notes> theValue)
Sets the value(s) for notes ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.