Click or drag to resize

StatusKeyStrings Class

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

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

The StatusKeyStrings 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 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 the record is deleted (inactive)
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 it is no longer current
Public fieldStatic memberPurged
Indicates that the data was purged (i.e. it did exist, however no longer exists)
Top
See Also