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

Name Description
MedicalProfessionalType(String)

Initializes a new instance of MedicalProfessionalType.

Properties

Name Description
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

Name Description
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

Name Description
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