Class AssertOperatorCodesCodes
The type of operator to use for assertion.
The type of operator to use for assertions.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AssertOperatorCodesCodes : object
Fields
| Improve this Doc View SourceContains
Compare value string contains a known value.
Declaration
public static readonly Coding Contains
Field Value
Type | Description |
---|---|
Coding |
Empty
Compare value is empty.
Declaration
public static readonly Coding Empty
Field Value
Type | Description |
---|---|
Coding |
Equals
Default value. Equals comparison.
Declaration
public static readonly Coding Equals
Field Value
Type | Description |
---|---|
Coding |
GreaterThan
Compare value to be greater than a known value.
Declaration
public static readonly Coding GreaterThan
Field Value
Type | Description |
---|---|
Coding |
LessThan
Compare value to be less than a known value.
Declaration
public static readonly Coding LessThan
Field Value
Type | Description |
---|---|
Coding |
LiteralAssertOperatorCodesContains
Literal for code: AssertOperatorCodesContains
Declaration
public const string LiteralAssertOperatorCodesContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesEmpty
Literal for code: AssertOperatorCodesEmpty
Declaration
public const string LiteralAssertOperatorCodesEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesEquals
Literal for code: AssertOperatorCodesEquals
Declaration
public const string LiteralAssertOperatorCodesEquals = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesGreaterThan
Literal for code: AssertOperatorCodesGreaterThan
Declaration
public const string LiteralAssertOperatorCodesGreaterThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesLessThan
Literal for code: AssertOperatorCodesLessThan
Declaration
public const string LiteralAssertOperatorCodesLessThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesNotContains
Literal for code: AssertOperatorCodesNotContains
Declaration
public const string LiteralAssertOperatorCodesNotContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesNotEmpty
Literal for code: AssertOperatorCodesNotEmpty
Declaration
public const string LiteralAssertOperatorCodesNotEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesNotEquals
Literal for code: AssertOperatorCodesNotEquals
Declaration
public const string LiteralAssertOperatorCodesNotEquals = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesNotIn
Literal for code: AssertOperatorCodesNotIn
Declaration
public const string LiteralAssertOperatorCodesNotIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralAssertOperatorCodesVALIn
Literal for code: AssertOperatorCodesVALIn
Declaration
public const string LiteralAssertOperatorCodesVALIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralContains
Literal for code: Contains
Declaration
public const string LiteralContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralEmpty
Literal for code: Empty
Declaration
public const string LiteralEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralEquals
Literal for code: Equals
Declaration
public const string LiteralEquals = null
Field Value
Type | Description |
---|---|
System. |
LiteralGreaterThan
Literal for code: GreaterThan
Declaration
public const string LiteralGreaterThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralLessThan
Literal for code: LessThan
Declaration
public const string LiteralLessThan = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotContains
Literal for code: NotContains
Declaration
public const string LiteralNotContains = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotEmpty
Literal for code: NotEmpty
Declaration
public const string LiteralNotEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotEquals
Literal for code: NotEquals
Declaration
public const string LiteralNotEquals = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotIn
Literal for code: NotIn
Declaration
public const string LiteralNotIn = null
Field Value
Type | Description |
---|---|
System. |
LiteralVALIn
Literal for code: VALIn
Declaration
public const string LiteralVALIn = null
Field Value
Type | Description |
---|---|
System. |
NotContains
Compare value string does not contain a known value.
Declaration
public static readonly Coding NotContains
Field Value
Type | Description |
---|---|
Coding |
NotEmpty
Compare value is not empty.
Declaration
public static readonly Coding NotEmpty
Field Value
Type | Description |
---|---|
Coding |
NotEquals
Not equals comparison.
Declaration
public static readonly Coding NotEquals
Field Value
Type | Description |
---|---|
Coding |
NotIn
Compare value not within a known set of values.
Declaration
public static readonly Coding NotIn
Field Value
Type | Description |
---|---|
Coding |
VALIn
Compare value within a known set of values.
Declaration
public static readonly Coding VALIn
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up AssertOperatorCodes Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |