Show / Hide Table of Contents

Class ContactPointSystemCodes

Code Values for the ContactPoint.system field

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

Fields

| Improve this Doc View Source

EMAIL

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

FAX

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

PAGER

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

PHONE

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