Table of Contents

Class UpdateObservationCommand.Parameters

Namespace
Core.CliniCore.Commands.Clinical
Assembly
Core.CliniCore.dll

Defines the parameter keys used by UpdateObservationCommand.

public static class UpdateObservationCommand.Parameters
Inheritance
UpdateObservationCommand.Parameters
Inherited Members

Fields

BodySystem

Parameter key for the affected body system.

public const string BodySystem = "body_system"

Field Value

string

Code

Parameter key for a coding system identifier associated with the observation.

public const string Code = "code"

Field Value

string

Content

Parameter key for the updated observation content.

public const string Content = "content"

Field Value

string

DocumentId

Parameter key for the clinical document identifier that owns the observation.

public const string DocumentId = "document_id"

Field Value

string

IsAbnormal

Parameter key indicating whether the observation is abnormal.

public const string IsAbnormal = "is_abnormal"

Field Value

string

NumericValue

Parameter key for a numeric measurement value associated with the observation.

public const string NumericValue = "numeric_value"

Field Value

string

ObservationId

Parameter key for the observation entry identifier.

public const string ObservationId = "observation_id"

Field Value

string

ReferenceRange

Parameter key for the textual reference range.

public const string ReferenceRange = "reference_range"

Field Value

string

Severity

Parameter key for the severity associated with the observation.

public const string Severity = "severity"

Field Value

string

Type

Parameter key for the observation type.

public const string Type = "type"

Field Value

string

Unit

Parameter key for the unit of the numeric measurement.

public const string Unit = "unit"

Field Value

string

VitalSigns

Parameter key for a set of vital sign measurements.

public const string VitalSigns = "vital_signs"

Field Value

string