Class NetworkTypeCodes
The type of network access point of this participant in the audit event
Inheritance
System.Object
NetworkTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class NetworkTypeCodes : object
Fields
| Improve this Doc View SourceEmailAddress
The assigned email address.
Declaration
public static readonly Coding EmailAddress
Field Value
Type | Description |
---|---|
Coding |
IPAddress
The assigned Internet Protocol (IP) address.
Declaration
public static readonly Coding IPAddress
Field Value
Type | Description |
---|---|
Coding |
LiteralEmailAddress
Literal for code: EmailAddress
Declaration
public const string LiteralEmailAddress = null
Field Value
Type | Description |
---|---|
System. |
LiteralIPAddress
Literal for code: IPAddress
Declaration
public const string LiteralIPAddress = null
Field Value
Type | Description |
---|---|
System. |
LiteralMachineName
Literal for code: MachineName
Declaration
public const string LiteralMachineName = null
Field Value
Type | Description |
---|---|
System. |
LiteralNetworkTypeEmailAddress
Literal for code: NetworkTypeEmailAddress
Declaration
public const string LiteralNetworkTypeEmailAddress = null
Field Value
Type | Description |
---|---|
System. |
LiteralNetworkTypeIPAddress
Literal for code: NetworkTypeIPAddress
Declaration
public const string LiteralNetworkTypeIPAddress = null
Field Value
Type | Description |
---|---|
System. |
LiteralNetworkTypeMachineName
Literal for code: NetworkTypeMachineName
Declaration
public const string LiteralNetworkTypeMachineName = null
Field Value
Type | Description |
---|---|
System. |
LiteralNetworkTypeTelephoneNumber
Literal for code: NetworkTypeTelephoneNumber
Declaration
public const string LiteralNetworkTypeTelephoneNumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralNetworkTypeURI
Literal for code: NetworkTypeURI
Declaration
public const string LiteralNetworkTypeURI = null
Field Value
Type | Description |
---|---|
System. |
LiteralTelephoneNumber
Literal for code: TelephoneNumber
Declaration
public const string LiteralTelephoneNumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralURI
Literal for code: URI
Declaration
public const string LiteralURI = null
Field Value
Type | Description |
---|---|
System. |
MachineName
The machine name, including DNS name.
Declaration
public static readonly Coding MachineName
Field Value
Type | Description |
---|---|
Coding |
TelephoneNumber
The assigned telephone number.
Declaration
public static readonly Coding TelephoneNumber
Field Value
Type | Description |
---|---|
Coding |
URI
URI (User directory, HTTP-PUT, ftp, etc.).
Declaration
public static readonly Coding URI
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up NetworkType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |