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: 2.2.1
Syntax
public string Id { get; set; }

Property Value

Type: 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