Click or drag to resize

DetectedIssueId Property

Gets or sets the identifier of the detected issue

Namespace: SanteDB.Core.BusinessRules
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public string Id { get; set; }

Property Value

String
Remarks
The 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