Patient Cloud AppConnect Android API References
|
Inherits com.mdsol.babbage.model.Field.
Public Member Functions | |
native List< DictionaryResponse > | getPossibleResponses () |
native DictionaryResponse | getSubjectResponse () |
native String | getSubjectResponseAsString () |
native void | setSubjectResponse (DictionaryResponse newSubjectResponse) |
![]() | |
native boolean | equals (Object other) |
native String | getFieldNumber () |
native String | getFieldOID () |
native int | getFieldOrdinal () |
native Type | getFieldType () |
native String | getHeader () |
native long | getID () |
native String | getLabel () |
native Problem | getResponseProblem () |
native boolean | isVisible () |
![]() | |
Datastore | getDatastore () |
Additional Inherited Members | |
![]() | |
void | finalize () |
![]() | |
long | mNativeObject |
The dictionary field contains lists of string-optional answers that you can present to subjects in conjuction with a question. For instance, "What is your Gender?" would have the options "F" and "M". Options in the DictionaryField are contained in the com.mdsol.babbage.model.DictionaryResponse class.
native List<DictionaryResponse> com.mdsol.babbage.model.DictionaryField.getPossibleResponses | ( | ) |
Returns lists of com.mdsol.babbage.model.DictionaryResponse objects; in this case, options to the question posed for the given field.
native DictionaryResponse com.mdsol.babbage.model.DictionaryField.getSubjectResponse | ( | ) |
native String com.mdsol.babbage.model.DictionaryField.getSubjectResponseAsString | ( | ) |
native void com.mdsol.babbage.model.DictionaryField.setSubjectResponse | ( | DictionaryResponse | newSubjectResponse | ) |
Sets subject responses
newSubjectResponse |