你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MedicalProfessionalType Struct

Definition

Medical Professional Type.

public readonly struct MedicalProfessionalType : IEquatable<Azure.Health.Insights.RadiologyInsights.MedicalProfessionalType>
type MedicalProfessionalType = struct
Public Structure MedicalProfessionalType
Implements IEquatable(Of MedicalProfessionalType)
Inheritance
MedicalProfessionalType
Implements

Constructors

MedicalProfessionalType(String)

Initializes a new instance of MedicalProfessionalType.

Properties

Doctor

Doctor medical professional type.

Midwife

Technician medical professional type.

Nurse

Nurse medical professional type.

PhysicianAssistant

Technician medical professional type.

Unknown

Unknown medical professional type.

Methods

Equals(MedicalProfessionalType)

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(MedicalProfessionalType, MedicalProfessionalType)

Determines if two MedicalProfessionalType values are the same.

Implicit(String to MedicalProfessionalType)

Converts a string to a MedicalProfessionalType.

Inequality(MedicalProfessionalType, MedicalProfessionalType)

Determines if two MedicalProfessionalType values are not the same.

Applies to