Click or drag to resize

ActReasonKeys Class

Represents act reasons (reasons for an act)
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsActReasonKeys

Namespace:  SanteDB.Core.Model.Constants
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class ActReasonKeys

The ActReasonKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAllergyOrIntolerance
The patient is allergic or intolerant to the consumable
Public fieldStatic memberBroken
The items are broken and can no longer be used to deliver care
Public fieldStatic memberColdStorageFailure
There was a cold-storage failure which resulted in the material being unusable.
Public fieldStatic memberExpired
The vaccine or drug was expired
Public fieldStatic memberOutOfStock
There was insufficient stock to perform the action
Public fieldStatic memberPatientRefused
The patient refused the treatment
Public fieldStatic memberProfessionalJudgement
The vaccine was not performed per the professional judgement of the provider
Public fieldStatic memberReligiousObjecton
The patient had a religious objection
Public fieldStatic memberStartedTooLate
The patient started too late for the therapy
Public fieldStatic memberVaccineSafety
The vaccine was considered unsafe
Top
See Also