NullReasonKeys Class |
Namespace: SanteDB.Core.Model.Constants
The NullReasonKeys type exposes the following members.
| Name | Description | |
|---|---|---|
| AskedUnknown |
The value was asked for but the target did not know that answer
| |
| Derived |
The reason that the value is not provided is that it can be derived from other information
| |
| Invalid |
The value was entered but it is invalid according to business rules
| |
| Masked |
The value is available however it has been masked due to privacy concerns
| |
| NegativeInfinity |
The value is not prvovided because it is negative infinity
| |
| NoInformation |
The value is not provided because there is no available information
| |
| NotApplicable |
The reason that the requested value was not provided is that it is not applicable (for example last menstrual period of a male)
| |
| NotAsked |
The value is unavailable because it was not asked for
| |
| Other |
The value was not provided because it does not fall within the acceptable values
| |
| PositiveInfinity |
The value is not provided because it is positive infinity
| |
| SufficientQuantity |
The exact value is not known, but there is sufficient quantity to perform an act
| |
| Trace |
There is a value present, but the quantity of the value is so small that it cannot be registered
| |
| Unavailable |
The reason that the requested value was not provided is that it is not available
| |
| UnEncoded |
The value is available however it cannot be encoded in the desired format
| |
| Unknown |
The value may have been asked for and was not known or is unknown (this differes from AskedUnknown)
|