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

PhiCategory Struct

Definition

List of PHI Entities.

public readonly struct PhiCategory : IEquatable<Azure.Health.Deidentification.PhiCategory>
type PhiCategory = struct
Public Structure PhiCategory
Implements IEquatable(Of PhiCategory)
Inheritance
PhiCategory
Implements

Constructors

PhiCategory(String)

Initializes a new instance of PhiCategory.

Properties

Account

Account Number.

Age

Age.

BioID

Biological Identifier, such as a fingerprint or retinal scan.

City

City.

CountryOrRegion

Country or Region.

Date

Date.

Device

Device ID or serial numbers.

Doctor

Doctor's Name.

Email

Email Addresses.

Fax

Fax Number.

HealthPlan

Health Plan ID Numbers.

Hospital

Hospital Name.

IDNum

Id Number, eg. passport number.

IPAddress

IP Address.

License

License, eg. Driver's license or medical license.

LocationOther

Location Other, eg. Golden Gate Park.

MedicalRecord

Medical Record Number.

Organization

Organization, eg. Microsoft.

Patient

Patient Name.

Phone

Phone Number.

Profession

Profession.

SocialSecurity

Social Security Number.

State

State.

Street

Street.

Unknown

Unknown PHI Type.

Url

Web URL.

Username

Usernames, eg. a social media handle.

Vehicle

Vehicle IDs, eg. license plate or VIN number.

Zip

Zip Code.

Methods

Equals(PhiCategory)

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

Determines if two PhiCategory values are the same.

Implicit(String to PhiCategory)

Converts a string to a PhiCategory.

Inequality(PhiCategory, PhiCategory)

Determines if two PhiCategory values are not the same.

Applies to