Click or drag to resize

DischargeDispositionKeys Class

Dispositions where a patient is discharged from an encounter/visit
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsDischargeDispositionKeys

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

The DischargeDispositionKeys type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAdmitToHospital The patient has been admitted as an inpatient
Public fieldStatic memberDied The patient died
Public fieldStatic memberHome The patient has been discharged home
Public fieldStatic memberOptedOutOfCare The patient opted out of care (left against medical advice)
Public fieldStatic memberTransferLtc The patient was transfered to long-term-care facility
Public fieldStatic memberTransferRehab The patient was transfered to rehabilitation services
Public fieldStatic memberTransferToHospital The patient has been transfered to a hospital
Public fieldStatic memberTransferToICF The patient has been transfered to an intermediate care facility
Public fieldStatic memberTransferToOther The patient has been transfered to another type of service
Top
See Also