public interface FormRecordable
Modifier and Type | Method and Description |
---|---|
String |
getFormFieldNamespace()
Gets the namespace for the form field that was used to capture the obs details in the form
|
String |
getFormFieldPath()
Gets the path for the form field that was used to capture the obs details in the form
|
void |
setFormField(String namespace,
String formFieldPath)
Sets the namespace and path of the form field that was used to capture the obs details in the
form.
|
String getFormFieldNamespace()
String getFormFieldPath()
void setFormField(String namespace, String formFieldPath)
namespace
- the namespace of the form fieldformFieldPath
- the path of the form fieldCopyright © 2024 OpenMRS Inc.. All rights reserved.