Show / Hide Table of Contents

Class ContactPointUseCodes

Code Values for the ContactPoint.use field

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

Fields

| Improve this Doc View Source

HOME

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

MOBILE

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

WORK

Declaration
public const string WORK = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX