Sdílet prostřednictvím


DocumentType Struktura

Definice

Typ dokumentu pacienta, například "note" (textový dokument) nebo "fhirBundle" (dokument FHIR JSON).

public readonly struct DocumentType : IEquatable<Azure.Health.Insights.ClinicalMatching.DocumentType>
type DocumentType = struct
Public Structure DocumentType
Implements IEquatable(Of DocumentType)
Dědičnost
DocumentType
Implementuje

Konstruktory

DocumentType(String)

Inicializuje novou instanci .DocumentType

Vlastnosti

Dicom

Dicom.

FhirBundle

FhirBundle.

GenomicSequencing

genomicSequencing.

Note

Poznámka.

Metody

Equals(DocumentType)

Určuje, zda je aktuální objekt roven jinému objektu stejného typu.

ToString()

Vrátí plně kvalifikovaný název typu této instance.

Operátory

Equality(DocumentType, DocumentType)

Určuje, jestli jsou dvě DocumentType hodnoty stejné.

Implicit(String to DocumentType)

Převede řetězec na DocumentType.

Inequality(DocumentType, DocumentType)

Určuje, jestli dvě DocumentType hodnoty nejsou stejné.

Platí pro