Class UpdateObservationCommand.Parameters
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
Code
Parameter key for a coding system identifier associated with the observation.
public const string Code = "code"
Field Value
Content
Parameter key for the updated observation content.
public const string Content = "content"
Field Value
DocumentId
Parameter key for the clinical document identifier that owns the observation.
public const string DocumentId = "document_id"
Field Value
IsAbnormal
Parameter key indicating whether the observation is abnormal.
public const string IsAbnormal = "is_abnormal"
Field Value
NumericValue
Parameter key for a numeric measurement value associated with the observation.
public const string NumericValue = "numeric_value"
Field Value
ObservationId
Parameter key for the observation entry identifier.
public const string ObservationId = "observation_id"
Field Value
ReferenceRange
Parameter key for the textual reference range.
public const string ReferenceRange = "reference_range"
Field Value
Severity
Parameter key for the severity associated with the observation.
public const string Severity = "severity"
Field Value
Type
Parameter key for the observation type.
public const string Type = "type"
Field Value
Unit
Parameter key for the unit of the numeric measurement.
public const string Unit = "unit"
Field Value
VitalSigns
Parameter key for a set of vital sign measurements.
public const string VitalSigns = "vital_signs"