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
Syntax
| C# | 
|---|
| public override string ID { get; set; } | 
| Visual Basic | 
|---|
| Public Overrides Property ID As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property String^ ID {
	String^ get () override;
	void set (String^ value) override;
} | 
| F# | 
|---|
| abstract ID : string with get, set
override ID : string with get, set | 
Property Value
Type: 
String See Also
See Also