ObservationStatusCodeType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Observation Status Based on FHIR ObservationStatus
public readonly struct ObservationStatusCodeType : IEquatable<Azure.Health.Insights.RadiologyInsights.ObservationStatusCodeType>
type ObservationStatusCodeType = struct
Public Structure ObservationStatusCodeType
Implements IEquatable(Of ObservationStatusCodeType)
- Inheritance
-
ObservationStatusCodeType
- Implements
Constructors
ObservationStatusCodeType(String) |
Initializes a new instance of ObservationStatusCodeType. |
Properties
Amended |
Subsequent to being Final, the observation has been modified subsequent. This includes updates/new information and corrections. |
Cancelled |
The observation is unavailable because the measurement was not started or not completed (also sometimes called "aborted"). |
Corrected |
Subsequent to being Final, the observation has been modified to correct an error in the test result. |
EnteredInError |
The observation has been withdrawn following previous final release. |
Final |
The observation is complete and verified by an authorized person. |
Preliminary |
This is an initial or interim observation: data may be incomplete or unverified. |
Registered |
The existence of the observation is registered, but there is no result yet available. |
Unknown |
The observation status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown". |
Methods
Equals(ObservationStatusCodeType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ObservationStatusCodeType, ObservationStatusCodeType) |
Determines if two ObservationStatusCodeType values are the same. |
Implicit(String to ObservationStatusCodeType) |
Converts a string to a ObservationStatusCodeType. |
Inequality(ObservationStatusCodeType, ObservationStatusCodeType) |
Determines if two ObservationStatusCodeType values are not the same. |
Applies to
Azure SDK for .NET