| 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; }
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
Type:
StringRemarks 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