ID is used to uniquely identify clinical statements in CDSS input. For example, ObservationResult.ID = "Staging" will represent staging observation result clinincal statement.
Namespace: SmartCDSSKBLibrary.khu.vMRAssembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public abstract string ID { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property ID As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ ID {
String^ get () abstract;
void set (String^ value) abstract;
} |
| F# |
|---|
abstract ID : string with get, set
|
Property Value
Type:
String
See Also