Click or drag to resize

NameUseKeys Class

Name use keys
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsNameUseKeys

Namespace:  SanteDB.Core.Model.Constants
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class NameUseKeys

The NameUseKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAlphabetic
The name used is an alphabetic representation of the name (ex: romaji in Japanese)
Public fieldStatic memberAnonymous
The name is an anonymous name for the object (not the real name but a name used for care delivery)
Public fieldStatic memberArtist
The name represents an artist name or stage name
Public fieldStatic memberAssigned
The name represents an assigned name (given or bestowed by an authority)
Public fieldStatic memberIdeographic
THe name represents an ideographic representation of the name
Public fieldStatic memberIndigenous
The name is an indigenous name or tribal name for the patient
Public fieldStatic memberLegal
The name represents the current legal name of an object (such as a corporate name)
Public fieldStatic memberLicense
The name represents a name as displayed on a license or known to a license authority
Public fieldStatic memberMaidenName
THe name is a maiden name (name of a patient before marriage)
Public fieldStatic memberOfficialRecord
The name as it appears on an official record
Public fieldStatic memberPhonetic
The name represents a phonetic representation of a name such as a SOUNDEX code
Public fieldStatic memberPseudonym
The name is a pseudonym for the object or an synonym name
Public fieldStatic memberReligious
The name is to be used for religious purposes (such as baptismal name)
Public fieldStatic memberSearch
The name is to be used in the performing of matches only
Public fieldStatic memberSoundex
The name represents the computed soundex code of a name
Public fieldStatic memberSyllabic
The name represents a syllabic name.
Top
See Also