Click or drag to resize

StatusKeys Class

Status concepts represent the current status of entities, acts, and concepts.
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsStatusKeys

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

The StatusKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberActive
When an entity or act is active, it means the information or entity is currently correct and ongoing
Public fieldStatic memberActiveStates
States which indicate that a record is active
Public fieldStatic memberCancelled
Indicates that the act was cancelled before being completed
Public fieldStatic memberCompleted
Indicates that an act has been completed and now represents an act in the past
Public fieldStatic memberInactive
Indicates that the entity or act did exist at one point, however it no longer exists - and the reason is unknown
Public fieldStatic memberInactiveStates
States which indicate that a record is inactive and should not be included in results
Public fieldStatic memberNew
Indicates that the data is new, and may require additional verification or actions
Public fieldStatic memberNullified
Indicates that the entity or act never existed, and was entered in error
Public fieldStatic memberObsolete
Indicates that the entity or act did exist at one point, however the data is no long considered accurate or the most up to date
Public fieldStatic memberPurged
Indicates that the entity or act did exist at one point, however it no longer exists
Top
See Also