 | DetectedIssueId Property |
Gets or sets the identifier of the detected issue
Namespace: SanteDB.Core.BusinessRulesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic string Id { get; set; }Public Property Id As String
Get
Set
public:
property String^ Id {
String^ get ();
void set (String^ value);
}member Id : string with get, set
Property Value
String
RemarksThe identifier of the detected issue should indicate to the catcher of the issue, the exact codified type of the issue. It should be unique
within a context, but consistent in meaning (i.e. the identifier is more of a mnemonic for the issue).
See Also