Uses of Class
com.azure.health.deidentification.models.PhiCategory
Packages that use PhiCategory
Package
Description
Package containing the data models for Deidentification.
-
Uses of PhiCategory in com.azure.health.deidentification.models
Fields in com.azure.health.deidentification.models declared as PhiCategoryModifier and TypeFieldDescriptionstatic final PhiCategoryPhiCategory.ACCOUNTAccount Number.static final PhiCategoryPhiCategory.AGEAge.static final PhiCategoryPhiCategory.BIO_IDBiological Identifier, such as a fingerprint or retinal scan.static final PhiCategoryPhiCategory.CITYCity.static final PhiCategoryPhiCategory.COUNTRY_OR_REGIONCountry or Region.static final PhiCategoryPhiCategory.DATEDate.static final PhiCategoryPhiCategory.DEVICEDevice ID or serial numbers.static final PhiCategoryPhiCategory.DOCTORDoctor's Name.static final PhiCategoryPhiCategory.EMAILEmail Addresses.static final PhiCategoryPhiCategory.FAXFax Number.static final PhiCategoryPhiCategory.HEALTH_PLANHealth Plan ID Numbers.static final PhiCategoryPhiCategory.HOSPITALHospital Name.static final PhiCategoryPhiCategory.ID_NUMId Number, eg. passport number.static final PhiCategoryPhiCategory.IP_ADDRESSIP Address.static final PhiCategoryPhiCategory.LICENSELicense, eg.static final PhiCategoryPhiCategory.LOCATION_OTHERLocation Other, eg.static final PhiCategoryPhiCategory.MEDICAL_RECORDMedical Record Number.static final PhiCategoryPhiCategory.ORGANIZATIONOrganization, eg.static final PhiCategoryPhiCategory.PATIENTPatient Name.static final PhiCategoryPhiCategory.PHONEPhone Number.static final PhiCategoryPhiCategory.PROFESSIONProfession.static final PhiCategoryPhiCategory.SOCIAL_SECURITYSocial Security Number.static final PhiCategoryPhiCategory.STATEState.static final PhiCategoryPhiCategory.STREETStreet.static final PhiCategoryPhiCategory.UNKNOWNUnknown PHI Type.static final PhiCategoryPhiCategory.URLWeb URL.static final PhiCategoryPhiCategory.USERNAMEUsernames, eg. a social media handle.static final PhiCategoryPhiCategory.VEHICLEVehicle IDs, eg. license plate or VIN number.static final PhiCategoryPhiCategory.ZIPZip Code.Methods in com.azure.health.deidentification.models that return PhiCategoryModifier and TypeMethodDescriptionstatic PhiCategoryPhiCategory.fromString(String name) Creates or finds a PhiCategory from its string representation.PhiEntity.getCategory()Get the category property: PHI Category of the entity.Methods in com.azure.health.deidentification.models that return types with arguments of type PhiCategoryModifier and TypeMethodDescriptionstatic Collection<PhiCategory> PhiCategory.values()Gets known PhiCategory values.