| FhirExceptionCode Property |
Gets the FHIR code
Namespace:
SanteDB.Messaging.FHIR.Exceptions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public IssueType Code { get; }
Public ReadOnly Property Code As IssueType
Get
public:
property IssueType Code {
IssueType get ();
}
member Code : IssueType with get
Property Value
Type:
IssueTypeSee Also