Enum FhirCapabiltyStatement.SystemRestfulInteraction
Values that represent system restful interactions.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum SystemRestfulInteraction : int
Fields
| Name | Description |
|---|---|
| Batch | Perform a set of a separate interactions in a single http operation. |
| HistorySystem | Retrieve the change history for all resources on a system. |
| SearchSystem | Search all resources based on some filter criteria. |
| Transaction | Update, create or delete a set of resources as a single transaction. |