 | IFhirMessageOperation Interface |
FHIR Message Operations
Namespace:
SanteDB.Messaging.FHIR.Extensions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntaxpublic interface IFhirMessageOperation
Public Interface IFhirMessageOperation
public interface class IFhirMessageOperation
type IFhirMessageOperation = interface end
The IFhirMessageOperation type exposes the following members.
Properties
| Name | Description |
---|
 | EventUri |
Gets the event URI which this operation handles
|
Top
Methods
| Name | Description |
---|
 | Invoke |
Invoke this message with the specified request header component and the non-message infrastructure related entries
|
Top
See Also