Share via


HealthcareEntityDataSource 類別

HealthcareEntityDataSource 包含代表已知資料來源中實體參考的資訊。

繼承
azure.ai.textanalytics._dict_mixin.DictMixin
HealthcareEntityDataSource

建構函式

HealthcareEntityDataSource(**kwargs: Any)

方法

get
has_key
items
keys
update
values

get

get(key: str, default: Any | None = None) -> Any

參數

名稱 Description
key
必要
default
預設值: None

has_key

has_key(k: str) -> bool

參數

名稱 Description
k
必要

items

items() -> Iterable[Tuple[str, Any]]

keys

keys() -> Iterable[str]

update

update(*args: Any, **kwargs: Any) -> None

values

values() -> Iterable[Any]

屬性

entity_id

指定來原始目錄中實體的識別碼。

entity_id: str

name

從中識別實體的實體目錄名稱,例如 UMLS、CHV、MSH 等。

name: str