DocumentType Struct-datatyp
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Typ av patientdokument, till exempel "anteckning" (textdokument) eller "fhirBundle" (FHIR JSON-dokument).
public readonly struct DocumentType : IEquatable<Azure.Health.Insights.ClinicalMatching.DocumentType>
type DocumentType = struct
Public Structure DocumentType
Implements IEquatable(Of DocumentType)
- Arv
-
DocumentType
- Implementeringar
Konstruktorer
DocumentType(String) |
Initierar en ny instans av DocumentType. |
Egenskaper
Dicom |
Dicom. |
FhirBundle |
fhirBundle. |
GenomicSequencing |
genomicSequencing. |
Note |
Observera. |
Metoder
Equals(DocumentType) |
Anger om det aktuella objektet är lika med ett annat objekt av samma typ. |
ToString() |
Returnerar det fullständigt kvalificerade typnamnet för den här instansen. |
Operatorer
Equality(DocumentType, DocumentType) |
Avgör om två DocumentType värden är samma. |
Implicit(String to DocumentType) |
Konverterar en sträng till en DocumentType. |
Inequality(DocumentType, DocumentType) |
Avgör om två DocumentType värden inte är samma. |
Gäller för
Azure SDK for .NET