Resource Fields
|
PII |
SI |
Field |
Description |
Format |
|---|---|---|---|---|
|
|
|
id (bundleId) |
Bundle Id. Primary key on database. |
Integer |
|
|
|
insertUserId |
Identifier of the user who created the bundle. |
Integer |
|
|
|
insertDate |
The day when the bundle was created. |
Date |
|
|
|
statusId |
Identifier of the bundle status. |
Integer |
|
|
|
locked |
Indicates if the bundle is locked. |
Boolean |
|
|
|
operationCenterId |
Identifier of the bundle operation center. |
Integer |
|
|
|
cardinality |
Identifier of the bundle cardinality. |
Integer |
|
|
|
yCoordinate |
Geographic Y coordinate of the bundle. |
Double |
|
|
|
xCoordinate |
Geographic X coordinate of the bundle. |
Double |
|
|
|
microcluster |
UUID of the microcluster associated with the bundle. |
String |
|
|
|
startDate |
Start date of the bundle. |
Date |
|
|
|
endDate |
End date of the bundle. |
Date |
|
|
|
appointmentStartDate |
Start date of the bundle appointment. |
Date |
|
|
|
appointmentEndDate |
End date of the bundle appointment. |
Date |
|
|
|
booking |
Indicates if the bundle is a booking. |
Boolean |
|
|
|
defaultDuration |
Default duration of the bundle (in minutes). |
Integer |
|
|
|
multiDay |
Indicates if the bundle is multi-day. |
Boolean |
|
|
|
onDutyOnly |
Indicates if the bundle requires only on-duty resources. |
Boolean |
|
|
|
onCallExcluded |
Indicates if the bundle excludes on-call resources. |
Boolean |
|
|
|
minimumTimeForDay |
Minimum time for day (in minutes). |
Integer |
|
|
|
minimumTimeForSuspension |
Minimum time for suspension (in minutes). |
Integer |
|
|
|
mandatoryResources |
String representing a list of mandatory resources ids |
String |
|
|
|
preferredResources |
String representing a list of preferred resources ids |
String |
|
|
|
criterionId |
Identifier of the bundle criterion |
Integer |
|
|
|
minCardinality |
Minimum cardinality of the bundle |
Integer |
|
|
|
maxCardinality |
Maximum cardinality of the bundle |
Integer |