Click or drag to resize

PatchOperationType Enumeration

Represents a patch operation type

Namespace:  SanteDB.Core.Model.Patch
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public enum PatchOperationType
Members
  Member nameValueDescription
Add0 Patch operation adds the specified value to the array
Remove1 Patch operation removes the specified value from the array
Replace2 Patch operation replaces the specified item at the path
Test3 Patch should test value before proceeding
See Also