Show / Hide Table of Contents

Class HumanNameUseCodes

Code Values for the HumanName.use field

Inheritance
System.Object
HumanNameUseCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class HumanNameUseCodes : object

Fields

| Improve this Doc View Source

ANONYMOUS

Declaration
public const string ANONYMOUS = null
Field Value
Type Description
System.String
| Improve this Doc View Source

MAIDEN

Declaration
public const string MAIDEN = null
Field Value
Type Description
System.String
| Improve this Doc View Source

NICKNAME

Declaration
public const string NICKNAME = null
Field Value
Type Description
System.String
| Improve this Doc View Source

OFFICIAL

Declaration
public const string OFFICIAL = null
Field Value
Type Description
System.String
| Improve this Doc View Source

OLD

Declaration
public const string OLD = null
Field Value
Type Description
System.String
| Improve this Doc View Source

TEMP

Declaration
public const string TEMP = null
Field Value
Type Description
System.String
| Improve this Doc View Source

USUAL

Declaration
public const string USUAL = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX