HealthcareDocumentType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Document type.
public readonly struct HealthcareDocumentType : IEquatable<Azure.AI.Language.Text.HealthcareDocumentType>
type HealthcareDocumentType = struct
Public Structure HealthcareDocumentType
Implements IEquatable(Of HealthcareDocumentType)
- Inheritance
-
HealthcareDocumentType
- Implements
Constructors
HealthcareDocumentType(String) |
Initializes a new instance of HealthcareDocumentType. |
Properties
ClinicalTrial |
Clinical trial document type. |
Consult |
Consult document type. |
DischargeSummary |
Discharge summary document type. |
HistoryAndPhysical |
History and physical document type. |
Imaging |
Imaging document type. |
None |
None document type. |
Pathology |
Pathology document type. |
ProcedureNote |
Procedure note document type. |
ProgressNote |
Progress note document type. |
Methods
Equals(HealthcareDocumentType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(HealthcareDocumentType, HealthcareDocumentType) |
Determines if two HealthcareDocumentType values are the same. |
Implicit(String to HealthcareDocumentType) |
Converts a string to a HealthcareDocumentType. |
Inequality(HealthcareDocumentType, HealthcareDocumentType) |
Determines if two HealthcareDocumentType values are not the same. |
Applies to
Azure SDK for .NET