Class AddObservationCommand.Parameters
Defines the parameter keys used by AddObservationCommand.
public static class AddObservationCommand.Parameters
- Inheritance
-
AddObservationCommand.Parameters
- Inherited Members
Fields
BodySystem
Parameter key for the affected body system.
public const string BodySystem = "body_system"
Field Value
DocumentId
Parameter key for the target clinical document identifier.
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
LoincCode
Parameter key for the LOINC code associated with the observation.
public const string LoincCode = "loinc_code"
Field Value
NumericValue
Parameter key for a numeric measurement value associated with the observation.
public const string NumericValue = "numeric_value"
Field Value
Observation
Parameter key for the observation content.
public const string Observation = "observation"
Field Value
ObservationType
Parameter key for the observation type.
public const string ObservationType = "observation_type"
Field Value
ReferenceRange
Parameter key for a textual reference range.
public const string ReferenceRange = "reference_range"
Field Value
Severity
Parameter key for the severity of the observation.
public const string Severity = "severity"
Field Value
Unit
Parameter key for the unit of the numeric measurement.
public const string Unit = "unit"
Field Value
VitalSigns
Parameter key for a collection of vital sign measurements.
public const string VitalSigns = "vital_signs"