Show / Hide Table of Contents

Class AssertOperatorCodesCodes

The type of operator to use for assertion.

The type of operator to use for assertions.

Inheritance
System.Object
AssertOperatorCodesCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AssertOperatorCodesCodes : object

Fields

| Improve this Doc View Source

Contains

Compare value string contains a known value.

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

Empty

Compare value is empty.

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

Equals

Default value. Equals comparison.

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

GreaterThan

Compare value to be greater than a known value.

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

LessThan

Compare value to be less than a known value.

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

LiteralAssertOperatorCodesContains

Literal for code: AssertOperatorCodesContains

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

LiteralAssertOperatorCodesEmpty

Literal for code: AssertOperatorCodesEmpty

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

LiteralAssertOperatorCodesEquals

Literal for code: AssertOperatorCodesEquals

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

LiteralAssertOperatorCodesGreaterThan

Literal for code: AssertOperatorCodesGreaterThan

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

LiteralAssertOperatorCodesLessThan

Literal for code: AssertOperatorCodesLessThan

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

LiteralAssertOperatorCodesNotContains

Literal for code: AssertOperatorCodesNotContains

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

LiteralAssertOperatorCodesNotEmpty

Literal for code: AssertOperatorCodesNotEmpty

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

LiteralAssertOperatorCodesNotEquals

Literal for code: AssertOperatorCodesNotEquals

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

LiteralAssertOperatorCodesNotIn

Literal for code: AssertOperatorCodesNotIn

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

LiteralAssertOperatorCodesVALIn

Literal for code: AssertOperatorCodesVALIn

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

LiteralContains

Literal for code: Contains

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

LiteralEmpty

Literal for code: Empty

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

LiteralEquals

Literal for code: Equals

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

LiteralGreaterThan

Literal for code: GreaterThan

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

LiteralLessThan

Literal for code: LessThan

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

LiteralNotContains

Literal for code: NotContains

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

LiteralNotEmpty

Literal for code: NotEmpty

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

LiteralNotEquals

Literal for code: NotEquals

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

LiteralNotIn

Literal for code: NotIn

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

LiteralVALIn

Literal for code: VALIn

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

NotContains

Compare value string does not contain a known value.

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

NotEmpty

Compare value is not empty.

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

NotEquals

Not equals comparison.

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

NotIn

Compare value not within a known set of values.

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

VALIn

Compare value within a known set of values.

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

Values

Dictionary for looking up AssertOperatorCodes 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