public interface SerializableComplexObsHandler extends ComplexObsHandler
FormField
s to embed inside a parent FormField
. When a form is submitted and it
has a ConceptComplex
associated to an implementing handler class, then the handler's
serializeFormData method is invoked to perform the serialization of the complex data.Modifier and Type | Method and Description |
---|---|
java.util.Set<FormField> |
getFormFields()
Gets the form fields that should be added to the forms using complex concepts that are
associated to this handler
|
java.lang.String |
serializeFormData(java.lang.String data)
Transforms the incoming data from one format to another.
|
getObs, purgeComplexData, saveObs
java.util.Set<FormField> getFormFields()
java.lang.String serializeFormData(java.lang.String data)
data
- the data to serializeCopyright © 2018 OpenMRS Inc.. All Rights Reserved.