Click or drag to resize

NullReasonKeys Class

In SanteDB, any concept can be replaced with a null reason. A null reason indicates why a particular field is not present rather than being null
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsNullReasonKeys

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

The NullReasonKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAskedUnknown
The value was asked for but the target did not know that answer
Public fieldStatic memberDerived
The reason that the value is not provided is that it can be derived from other information
Public fieldStatic memberInvalid
The value was entered but it is invalid according to business rules
Public fieldStatic memberMasked
The value is available however it has been masked due to privacy concerns
Public fieldStatic memberNegativeInfinity
The value is not prvovided because it is negative infinity
Public fieldStatic memberNoInformation
The value is not provided because there is no available information
Public fieldStatic memberNotApplicable
The reason that the requested value was not provided is that it is not applicable (for example last menstrual period of a male)
Public fieldStatic memberNotAsked
The value is unavailable because it was not asked for
Public fieldStatic memberOther
The value was not provided because it does not fall within the acceptable values
Public fieldStatic memberPositiveInfinity
The value is not provided because it is positive infinity
Public fieldStatic memberSufficientQuantity
The exact value is not known, but there is sufficient quantity to perform an act
Public fieldStatic memberTrace
There is a value present, but the quantity of the value is so small that it cannot be registered
Public fieldStatic memberUnavailable
The reason that the requested value was not provided is that it is not available
Public fieldStatic memberUnEncoded
The value is available however it cannot be encoded in the desired format
Public fieldStatic memberUnknown
The value may have been asked for and was not known or is unknown (this differes from AskedUnknown)
Top
See Also