HealthcareEntityDataSource Class
HealthcareEntityDataSource contains information representing an entity reference in a known data source.
- Inheritance
-
azure.ai.textanalytics._dict_mixin.DictMixinHealthcareEntityDataSource
Constructor
HealthcareEntityDataSource(**kwargs: Any)
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: str, default: Any | None = None) -> Any
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k: str) -> bool
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items() -> Iterable[Tuple[str, Any]]
keys
keys() -> Iterable[str]
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> Iterable[Any]
Attributes
entity_id
ID of the entity in the given source catalog.
entity_id: str
name
The name of the entity catalog from where the entity was identified, such as UMLS, CHV, MSH, etc.
name: str