Click or drag to resize

ResourceCapabilityType Enumeration

Service resource operations

Namespace:  SanteDB.Core.Interop
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
[FlagsAttribute]
public enum ResourceCapabilityType
Members
  Member nameValueDescription
None0 There is no capability on this resource
Create1 The resource can accept CREATE operations
CreateOrUpdate2 The resource can either CREATE or UPDATE data
Update4 The resource can be updated via PUT
Delete8 The resource can be deleted
Patch16 The resource can be patched
Get32 The resource can be retrieved by ID
GetVersion64 The resource can be retrieved and supports versioning
History128 The resource has the history function
Search256 The resource can be searched
See Also