Show / Hide Table of Contents

Class FilterOperatorCodes

The kind of operation to perform as a part of a property based filter.

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

Fields

| Improve this Doc View Source

Equals

The specified property of the code equals the provided value.

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

InSet

The specified property of the code is in the set of codes or concepts specified in the provided value (comma separated list).

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

IsABySubsumption

Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself.

Declaration
public static readonly Coding IsABySubsumption
Field Value
Type Description
Coding
| 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

LiteralFilterOperatorEquals

Literal for code: FilterOperatorEquals

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

LiteralFilterOperatorInSet

Literal for code: FilterOperatorInSet

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

LiteralFilterOperatorIsABySubsumption

Literal for code: FilterOperatorIsABySubsumption

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

LiteralFilterOperatorNotInSet

Literal for code: FilterOperatorNotInSet

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

LiteralFilterOperatorNotIsABySubsumption

Literal for code: FilterOperatorNotIsABySubsumption

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

LiteralFilterOperatorRegularExpression

Literal for code: FilterOperatorRegularExpression

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

LiteralInSet

Literal for code: InSet

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

LiteralIsABySubsumption

Literal for code: IsABySubsumption

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

LiteralNotInSet

Literal for code: NotInSet

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

LiteralNotIsABySubsumption

Literal for code: NotIsABySubsumption

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

LiteralRegularExpression

Literal for code: RegularExpression

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

NotInSet

The specified property of the code is not in the set of codes or concepts specified in the provided value (comma separated list).

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

NotIsABySubsumption

The specified property of the code does not have an is-a relationship with the provided value.

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

RegularExpression

The specified property of the code matches the regex specified in the provided value.

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

Values

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