Class ContactPointSystemCodes
Code Values for the ContactPoint.system field
Inheritance
System.Object
ContactPointSystemCodes
Assembly: fhirCsR2.dll
public static class ContactPointSystemCodes : object
Fields
|
Improve this Doc
View Source
Declaration
public const string EMAIL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string FAX = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string OTHER = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string PAGER = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string PHONE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static HashSet<string> Values
Field Value
Type |
Description |
HashSet<System.String> |
|