Click or drag to resize

ObservationTypeKeys Class

Represents act type keys related to types of observations that can be made about a patient
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsObservationTypeKeys

Namespace: SanteDB.Core.Model.Constants
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public static class ObservationTypeKeys

The ObservationTypeKeys type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCauseOfDeath The observation represents a cause of death
Public fieldStatic memberClinicalState The observation represents the current clinical state about an entity (example: Clinical State is the patient is Dead)
Public fieldStatic memberComplaint The observation represents a complaint that the patient has (example: back pain)
Public fieldStatic memberCondition The observation is a condition which the patient has
Public fieldStatic memberDiagnosis The observation represents a concrete clinical diagnosis of the patient
Public fieldStatic memberFinding The observtion represents a concrete clinical finding (after performing tests for example)
Public fieldStatic memberFindingSite The observation represents a finding site where a problem or other observtion was made
Public fieldStatic memberFunctionallimitation The observation represents a functional limitation of the patient (example: paraplegia)
Public fieldStatic memberProblem The observation represents a known problem that the patient has reported
Public fieldStatic memberSeverity The observation represents a severity
Public fieldStatic memberSymptom The observation is a symptom which the patient is presenting
Top
See Also