DataElementDefinition¶
- class pydelfini.delfini_core.models.data_element_definition.DataElementDefinition(definition_type, text, other_type=Unset, source=Unset)[source]¶
Bases:
object
A single definition applicable to this data element.
- Parameters:
- definition_type¶
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
DataElementDefinition
from a dict