Partager via


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