DataElementPermissibleValuesTextRange

class pydelfini.delfini_core.models.data_element_permissible_values_text_range.DataElementPermissibleValuesTextRange(text_range)[source]

Bases: object

DataElementPermissibleValuesTextRange model

Parameters:

text_range (DataElementPermissibleValuesTextRangeTextRange)

text_range

Controls on the textual domain of the data.

Type:

DataElementPermissibleValuesTextRangeTextRange

Attributes

text_range

classmethod from_dict(src_dict)[source]

Create an instance of DataElementPermissibleValuesTextRange from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]