Use to flag if some errors with respect MLM parsing: Such as error for missing some clinical statement
Namespace: SmartCDSSKBLibrary.khu.kbmlmAssembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected string MLMParseError { get; set; } |
| Visual Basic |
|---|
Protected Property MLMParseError As String
Get
Set |
| Visual C++ |
|---|
protected:
property String^ MLMParseError {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member MLMParseError : string with get, set
|
Property Value
Type:
String
See Also