Show / Hide Table of Contents

Class PatientContactGenderCodes

Code Values for the Patient.contact.gender field

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

Fields

| Improve this Doc View Source

FEMALE

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

MALE

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

OTHER

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

UNKNOWN

Declaration
public const string UNKNOWN = 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