DataElementConcept

class pydelfini.delfini_core.models.data_element_concept.DataElementConcept(applies_to, name, origin, origin_id)[source]

Bases: object

Reference to an entry in a concept repository.

Parameters:
applies_to
Type:

DataElementConceptAppliesTo

name

The human-readable definition of the concept.

Type:

str

origin

The repository where this concept can be found, either as a commonly known name, or as a URL.

Type:

str

origin_id

The ID of the concept in the concept repository.

Type:

str

Attributes

applies_to

name

origin

origin_id

classmethod from_dict(src_dict)[source]

Create an instance of DataElementConcept from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]