mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-13 08:25:00 +00:00
Add one more constant
This commit is contained in:
parent
6b7d8c47e8
commit
fc6642e150
@ -39,6 +39,11 @@ public class ProviderConstants {
|
||||
*/
|
||||
public static final String PARTITION_MANAGEMENT_DELETE_PARTITION = "$partition-management-delete-partition";
|
||||
|
||||
/**
|
||||
* Operation name: read partition
|
||||
*/
|
||||
public static final String PARTITION_MANAGEMENT_READ_PARTITION = "$partition-management-read-partition";
|
||||
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_ID = "id";
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_NAME = "name";
|
||||
public static final String PARTITION_MANAGEMENT_PARTITION_DESC = "description";
|
||||
|
Loading…
x
Reference in New Issue
Block a user