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.HTML_VIEW, PREVIEW_VIEW, RAW_VIEW, TEXT_VIEW, TITLE_VIEW, URI_VIEW
Modifier and Type | Method and Description |
---|---|
Set<FormField> |
getFormFields()
Gets the form fields that should be added to the forms using complex concepts that are
associated to this handler
|
String |
serializeFormData(String data)
Transforms the incoming data from one format to another.
|
getObs, getSupportedViews, purgeComplexData, saveObs, supportsView
Copyright © 2024 OpenMRS Inc.. All rights reserved.