Udostępnij za pośrednictwem


DocumentType Struktura

Definicja

Typ dokumentu pacjenta, taki jak "uwaga" (dokument tekstowy) lub "fhirBundle" (dokument FHIR JSON).

public readonly struct DocumentType : IEquatable<Azure.Health.Insights.ClinicalMatching.DocumentType>
type DocumentType = struct
Public Structure DocumentType
Implements IEquatable(Of DocumentType)
Dziedziczenie
DocumentType
Implementuje

Konstruktory

DocumentType(String)

Inicjuje nowe wystąpienie klasy DocumentType.

Właściwości

Dicom

Dicom.

FhirBundle

fhirBundle.

GenomicSequencing

genomicSequencing.

Note

Uwaga.

Metody

Equals(DocumentType)

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

ToString()

Zwraca w pełni kwalifikowaną nazwę typu tego wystąpienia.

Operatory

Equality(DocumentType, DocumentType)

Określa, czy dwie DocumentType wartości są takie same.

Implicit(String to DocumentType)

Konwertuje ciąg na .DocumentType

Inequality(DocumentType, DocumentType)

Określa, czy dwie DocumentType wartości nie są takie same.

Dotyczy