 | FhirExceptionCode Property |
Gets the FHIR code
Namespace: SanteDB.Messaging.FHIR.ExceptionsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic IssueType Code { get; }Public ReadOnly Property Code As IssueType
Get
public:
property IssueType Code {
IssueType get ();
}member Code : IssueType with get
Property Value
IssueType
See Also