Show / Hide Table of Contents

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 Source

EmailAddress

The assigned email address.

Declaration
public static readonly Coding EmailAddress
Field Value
Type Description
Coding
| Improve this Doc View Source

IPAddress

The assigned Internet Protocol (IP) address.

Declaration
public static readonly Coding IPAddress
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralEmailAddress

Literal for code: EmailAddress

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

LiteralIPAddress

Literal for code: IPAddress

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

LiteralMachineName

Literal for code: MachineName

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

LiteralNetworkTypeEmailAddress

Literal for code: NetworkTypeEmailAddress

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

LiteralNetworkTypeIPAddress

Literal for code: NetworkTypeIPAddress

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

LiteralNetworkTypeMachineName

Literal for code: NetworkTypeMachineName

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

LiteralNetworkTypeTelephoneNumber

Literal for code: NetworkTypeTelephoneNumber

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

LiteralNetworkTypeURI

Literal for code: NetworkTypeURI

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

LiteralTelephoneNumber

Literal for code: TelephoneNumber

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

LiteralURI

Literal for code: URI

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

MachineName

The machine name, including DNS name.

Declaration
public static readonly Coding MachineName
Field Value
Type Description
Coding
| Improve this Doc View Source

TelephoneNumber

The assigned telephone number.

Declaration
public static readonly Coding TelephoneNumber
Field Value
Type Description
Coding
| Improve this Doc View Source

URI

URI (User directory, HTTP-PUT, ftp, etc.).

Declaration
public static readonly Coding URI
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up NetworkType Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX