PatientDocument(DocumentType, String, DocumentContent) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PatientDocument の新しいインスタンスを初期化します。
public PatientDocument(Azure.Health.Insights.CancerProfiling.DocumentType type, string id, Azure.Health.Insights.CancerProfiling.DocumentContent content);
new Azure.Health.Insights.CancerProfiling.PatientDocument : Azure.Health.Insights.CancerProfiling.DocumentType * string * Azure.Health.Insights.CancerProfiling.DocumentContent -> Azure.Health.Insights.CancerProfiling.PatientDocument
Public Sub New (type As DocumentType, id As String, content As DocumentContent)
パラメーター
- type
- DocumentType
'note' (テキスト ドキュメント) や 'fhirBundle' (FHIR JSON ドキュメント) など、患者のドキュメントの種類。
- id
- String
ドキュメントの特定の識別子。 1 人の患者のすべてのドキュメントで一意である必要があります。
- content
- DocumentContent
患者ドキュメントの内容。
例外
id
または content
が null です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET