你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClinicalCodedElement(String, String) 构造函数

定义

初始化 ClinicalCodedElement 的新实例。

public ClinicalCodedElement (string system, string code);
new Azure.Health.Insights.CancerProfiling.ClinicalCodedElement : string * string -> Azure.Health.Insights.CancerProfiling.ClinicalCodedElement
Public Sub New (system As String, code As String)

参数

system
String

临床编码系统,例如 ICD-10、SNOMED-CT、UMLS。

code
String

给定临床编码系统中的代码。

例外

systemcode 为 null。

适用于