Download OpenAPI specification:
Crinsurance Cloud API
Returns a paginated list of clinics belonging to the authenticated user's organization
| page | integer Page number (default 1) |
| perPage | integer Items per page (default 10) |
| depth | integer Response depth level |
| name | string Filter by clinic name |
| address | string Filter by clinic address |
| phone | string Filter by clinic phone |
| roleId | string Filter by role ID |
| organizationId | string Filter by organization ID |
{- "data": [
- {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}
], - "page": 0,
- "perPage": 0,
- "total": 0
}Create a new Clinic
Clinic object
| address required | string |
| name required | string |
| organizationId | string |
| phone required | string |
{- "address": "string",
- "name": "string",
- "organizationId": "string",
- "phone": "string"
}{- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}Returns SCARF containers (CANE) in the user clinic that have enough available capacity to store the requested quantity of vitrification devices (VF).
| qty required | integer Quantity of VF to insert |
[- [
- {
- "available": 0,
- "capacity": 0,
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
]
]Get Clinic detail
| id required | integer Clinic ID |
| depth | integer Response depth level |
[- {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}
]Returns all clinics of the user's organization (no pagination).
[- {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}
]Updates Clinic information by ID. Only admins can perform this action.
| id required | integer Clinic ID |
Clinic update payload
| address required | string |
| id required | string |
| name required | string |
| phone required | string |
{- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}{- "message": "Success message"
}Returns a container by id. Supports depth to include related data (supports, tag, etc).
| id required | string Container ID (uuid) |
| depth | integer Depth of relations |
| supports | string Enum: "all" "inserted" Filter supports: all | inserted |
{- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}Validates that the RFID belongs to a container tag, that it is not inserted, and that it has no inserted supports
| rfid required | string RFID of the container tag |
{- "exists": true,
- "reason": "string",
- "valid": true
}{- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}Updates user information by ID
User update payload
| active | boolean |
| clinicId | string |
string | |
| name | string |
| phone | string |
| roleId | string |
| surname | string |
{- "active": true,
- "clinicId": "string",
- "email": "string",
- "name": "string",
- "phone": "string",
- "roleId": "string",
- "surname": "string"
}{- "message": "Success message"
}[- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "updatedAt": "string",
- "user": {
- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}, - "userId": "string"
}
]Login a user
User object
| email required | string |
| password required | string |
{- "email": "string",
- "password": "string"
}{- "token": "string",
- "user": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}
}Changes the password of a specific user
Password change payload
| currentPassword required | string |
| newPassword required | string >= 8 characters |
{- "currentPassword": "string",
- "newPassword": "stringst"
}{- "message": "Success message"
}Updates organization information
Organization update payload
| address required | string |
| name required | string |
| phone required | string |
{- "address": "string",
- "name": "string",
- "phone": "string"
}{- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}Creates a new organization
Organization create payload
| address required | string |
| name required | string |
| phone required | string |
{- "address": "string",
- "name": "string",
- "phone": "string"
}{- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}Returns all clinics belonging to a specific organization
| id required | string Organization ID |
[- {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}
]Returns a paginated list of patients
| page | integer Page number (default 1) |
| perPage | integer Items per page (default 10) |
| depth | integer Response depth level |
| name | string Filter by patient name |
| surname | string Filter by patient surname |
| code | string Filter by patient code |
{- "data": [
- {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}
], - "page": 0,
- "perPage": 0,
- "total": 0
}Creates a new patient
Patient create payload
| code required | string |
| name required | string |
| surname required | string |
{- "code": "string",
- "name": "string",
- "surname": "string"
}{- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}Returns a paginated list of patients
| page | integer Page number (default 1) |
| perPage | integer Items per page (default 10) |
| depth | integer Response depth level |
| name | string Filter by patient name |
| surname | string Filter by patient surname |
| code | string Filter by patient code |
{- "data": [
- {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}
], - "page": 0,
- "perPage": 0,
- "total": 0
}Returns patient detail by ID
| id required | string Patient ID |
| depth | integer Response depth level |
{- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}Updates an existing patient by ID
| id required | string Patient ID |
{- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}Returns patient supports grouped in ARDI (supports without container) and SCARF (containers with supports). Can be filtered by inserted state.
| id required | string Patient ID |
| inserted | boolean Filter by inserted state (true | false) |
| excludeInActiveProcedures | boolean Filter by the elements are in a procedure active (true | false) |
{ }Get paginated list of procedures
| code | string Procedure code |
| procedureTypeId | string Procedure type ID |
| storageTypeId | string Storage type ID |
| statusId | string Status ID |
| userCreatorId | string Creator user ID |
| userExecutorId | string Executor user ID |
| page | integer Page number |
| limit | integer Page size |
[- {
- "code": "string",
- "createdAt": "string",
- "id": "string",
- "procedureHistoryStatuses": [
- {
- "createdAt": "string",
- "date": "string",
- "id": "string",
- "procedure": { },
- "procedureID": "string",
- "status": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "statusID": "string",
- "updatedAt": "string"
}
], - "procedureStatus": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "procedureStatusID": "string",
- "procedureSupports": [
- {
- "container": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicID": "string",
- "createdAt": "string",
- "id": "string",
- "mapping": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "parentMapping": { },
- "parentMappingId": "string",
- "position": 0,
- "storage": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- { }
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "createdAt": null,
- "id": null,
- "name": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "updatedAt": null,
- "value": null
}
], - "updatedAt": "string"
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageId": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "storage": {
- "clinic": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "organization": null,
- "organizationId": null,
- "phone": null,
- "updatedAt": null
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- null
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": null,
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ],
- "updatedAt": null
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}, - "positionHistory": [
- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "position": [
- null
], - "procedure": { },
- "procedureID": "string",
- "storage": {
- "clinic": null,
- "clinicId": null,
- "createdAt": null,
- "id": null,
- "ln2Capacity": null,
- "manufacturer": null,
- "mapping": [ ],
- "name": null,
- "readerSerial": null,
- "serial": null,
- "storageModel": null,
- "storageModelId": null,
- "updatedAt": null
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagId": "string",
- "updatedAt": "string"
}, - "mappingId": "string",
- "name": "string",
- "supportContainers": [
- {
- "container": { },
- "containerID": "string",
- "createdAt": "string",
- "id": "string",
- "support": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "clinic": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "organization": null,
- "organizationId": null,
- "phone": null,
- "updatedAt": null
}, - "clinicId": "string",
- "code": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "supports": [
- null
], - "surname": "string",
- "updatedAt": "string"
}, - "patientID": "string",
- "position": 0,
- "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": null,
- "id": null,
- "position": [ ],
- "storage": null,
- "storageID": null,
- "tag": null,
- "tagID": null,
- "updatedAt": null
}, - "positionHistory": [
- null
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [ ],
- "createdAt": null,
- "id": null,
- "name": null,
- "parent": null,
- "parentID": null,
- "storageType": null,
- "storageTypeID": null,
- "updatedAt": null
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagID": "string",
- "updatedAt": "string"
}, - "supportID": "string",
- "updatedAt": "string"
}
], - "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "storage": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "phone": null,
- "updatedAt": null
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "createdAt": null,
- "id": null,
- "parentMapping": null,
- "parentMappingId": null,
- "position": null,
- "storage": null,
- "storageId": null,
- "structureType": null,
- "structureTypeId": null,
- "tag": null,
- "tagId": null,
- "updatedAt": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageType": {
- "createdAt": null,
- "id": null,
- "name": null,
- "updatedAt": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
], - "updatedAt": "string"
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}, - "positionHistory": [
- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "procedure": { },
- "procedureID": "string",
- "storage": {
- "clinic": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "organization": null,
- "organizationId": null,
- "phone": null,
- "updatedAt": null
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- null
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": null,
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ],
- "updatedAt": null
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagID": "string",
- "updatedAt": "string"
}, - "containerID": "string",
- "createdAt": "string",
- "id": "string",
- "procedure": { },
- "procedureID": "string",
- "support": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "code": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string",
- "updatedAt": "string"
}, - "patientID": "string",
- "position": 0,
- "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "storage": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "phone": null,
- "updatedAt": null
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "createdAt": null,
- "id": null,
- "parentMapping": null,
- "parentMappingId": null,
- "position": null,
- "storage": null,
- "storageId": null,
- "structureType": null,
- "structureTypeId": null,
- "tag": null,
- "tagId": null,
- "updatedAt": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageType": {
- "createdAt": null,
- "id": null,
- "name": null,
- "updatedAt": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
], - "updatedAt": "string"
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}, - "positionHistory": [
- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "procedure": { },
- "procedureID": "string",
- "storage": {
- "clinic": {
- "address": null,
- "createdAt": null,
- "id": null,
- "name": null,
- "organization": null,
- "organizationId": null,
- "phone": null,
- "updatedAt": null
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- null
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": null,
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ],
- "updatedAt": null
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagID": "string",
- "updatedAt": "string"
}, - "supportID": "string",
- "updatedAt": "string"
}
], - "procedureType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "procedureTypeID": "string",
- "refillData": {
- "createdAt": "string",
- "id": "string",
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "procedure": { },
- "procedureID": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "parentMapping": { },
- "parentMappingId": "string",
- "position": 0,
- "storage": { },
- "storageId": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "storage": { },
- "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}, - "positionHistory": [
- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "position": [
- null
], - "procedure": { },
- "procedureID": "string",
- "storage": { },
- "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagId": "string",
- "updatedAt": "string"
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string",
- "value": 0
}
], - "updatedAt": "string"
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageID": "string",
- "updatedAt": "string"
}, - "storage": {
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "parentMapping": { },
- "parentMappingId": "string",
- "position": 0,
- "storage": { },
- "storageId": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "tag": {
- "createdAt": "string",
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "storage": { },
- "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}, - "positionHistory": [
- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "position": [
- 0
], - "procedure": { },
- "procedureID": "string",
- "storage": { },
- "storageID": "string",
- "tag": { },
- "tagID": "string",
- "updatedAt": "string"
}
], - "rfid": "string",
- "structure": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string"
}, - "tagId": "string",
- "updatedAt": "string"
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "createdAt": "string",
- "id": "string",
- "name": "string",
- "parent": { },
- "parentID": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string"
}, - "structureTypeId": "string",
- "updatedAt": "string",
- "value": 0
}
], - "updatedAt": "string"
}, - "storageModelId": "string",
- "updatedAt": "string"
}, - "storageId": "string",
- "storageType": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "storageTypeID": "string",
- "updatedAt": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}, - "userCreatorID": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}, - "userExecutorID": "string"
}
]Create a new procedure with its items (ARDI or SCARF) in a single request
Create procedure with items payload
required | object (requestTypes.ProcedureItems) |
required | object (requestTypes.CreateProcedureData) |
{- "items": {
- "retrieve": {
- "ardi": [
- {
- "rfid": "string"
}
], - "scarf": {
- "containerRfid": "string",
- "supportsRfid": [
- "string"
]
}
}, - "store": {
- "ardi": [
- {
- "observations": "string",
- "patientId": "string",
- "rfid": "string"
}
], - "scarf": {
- "containerId": "string",
- "containerRfid": "string",
- "supports": [
- {
- "observations": "string",
- "patientId": "string"
}
]
}
}
}, - "procedure": {
- "procedureTypeId": "string",
- "storageTypeId": "string"
}
}{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Create a new refill procedure and its initial refill data
Refill procedure payload
| lnBefore required | integer |
| storageId required | string |
{- "lnBefore": 0,
- "storageId": "string"
}{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Initializes a REGISTER_STORAGE procedure for SCARF storage. This step only creates the procedure and its initial history (CREATED).
{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Get procedure detail by ID
| id required | string Procedure ID |
{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Finalize a procedure after execution (STORE or RETRIEVE)
| id required | string Procedure ID |
{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Physically extract supports for a retrieve procedure (RETRIEVE execution)
| id required | string Procedure ID |
Extract supports payload
Array of objects (requestTypes.ExtractARDIItem) | |
object (requestTypes.ExtractSCARFItem) |
{- "ardi": [
- {
- "rfid": "string"
}
], - "scarf": {
- "containerRfid": "string",
- "supportsRfid": [
- "string"
]
}
}{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Physically insert supports or containers for a STORE procedure execution.
The request body depends on the storage type:
| id required | string Procedure ID |
ARDI or SCARF payload (depends on storage type)
{ }{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Complete a refill procedure, updating LN data and moving status to COMPLETED
| id required | string Procedure ID (UUID) |
Refill completion payload
| lnAfter required | integer |
| observations | string |
{- "lnAfter": 0,
- "observations": "string"
}{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Move a refill procedure from CREATED to IN_PROGRESS status
| id required | string Procedure ID (UUID) |
{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Complete a register storage procedure
| id required | string Procedure ID (UUID) |
{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Executes a REGISTER_STORAGE procedure for SCARF storages. Creates the storage, its canister mappings (tags + positions), updates the procedure status to COMPLETED and records history.
| id required | string Procedure ID |
Register storage execution payload
Array of objects (requestTypes.CanisterRequest) | |
object (requestTypes.StorageRegisterRequest) |
{- "canisters": [
- {
- "name": "string",
- "position": 0,
- "rfid": "string"
}
], - "storage": {
- "clinicId": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModelId": "string"
}
}{- "code": "string",
- "containers": [
- {
- "id": "string",
- "isUsable": true,
- "name": "string",
- "procedureStatus": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": null,
- "id": null,
- "name": null,
- "phone": null
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [ ],
- "id": null,
- "position": null,
- "storage": null,
- "structureType": null,
- "structureValue": null,
- "tag": null
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": null,
- "name": null
}, - "storageTypeId": "string",
- "structureValues": [
- null
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "created": "string",
- "history": [
- {
- "date": "string",
- "status": {
- "id": "string",
- "name": "string"
}
}
], - "id": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": { },
- "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- null
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureValue": {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": null,
- "storageModel": null,
- "storageModelId": null,
- "structureType": null,
- "structureTypeId": null,
- "value": null
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "surname": "string"
}, - "procedureType": {
- "id": "string",
- "name": "string"
}, - "procedureTypeId": "string",
- "refill": {
- "lnAfter": 0,
- "lnBefore": 0,
- "observations": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageId": "string"
}, - "status": {
- "id": "string",
- "name": "string"
}, - "statusId": "string",
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "supports": [
- {
- "id": "string",
- "name": "string",
- "observations": "string",
- "patient": {
- "code": "string",
- "id": "string",
- "name": "string",
- "supports": [
- { }
], - "surname": "string"
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": null,
- "name": null,
- "storageType": null,
- "storageTypeId": null,
- "structureValues": [ ]
}, - "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": { }
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [ ],
- "id": null,
- "name": null,
- "parent": null
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "updated": "string",
- "userCreator": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userCreatorId": "string",
- "userExecutor": {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}, - "userExecutorId": "string"
}Creates a new user role
Role object
| createdAt | string |
| id | string |
| name | string |
| updatedAt | string |
{- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}{- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}Updates the name of a role
| id required | integer Role ID |
Role payload
| createdAt | string |
| id | string |
| name | string |
| updatedAt | string |
{- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}{- "property1": "string",
- "property2": "string"
}Returns the permission matrix (GET/POST/PUT/DELETE) for this role
| id required | integer Role ID |
[- {
- "canDelete": true,
- "canGet": true,
- "canPost": true,
- "canPut": true,
- "endpoint_id": "string",
- "id": "string",
- "path": "string"
}
]Updates the full permission matrix for this role
| id required | integer Role ID |
Permission matrix
Array of objects (stores.UpdatePermissionItem) |
{- "permissions": [
- {
- "canDelete": true,
- "canGet": true,
- "canPost": true,
- "canPut": true,
- "endpoint_id": "string"
}
]
}{- "property1": "string",
- "property2": "string"
}Returns a paginated list of storages belonging to the authenticated user's organization
| page | integer Page number (default 1) |
| perPage | integer Items per page (default 10) |
| depth | integer Response depth level |
| name | string Filter by storage name |
| serial | string Filter by storage serial |
| manufacturer | string Filter by storage manufacturer |
| storageTypeID | string Filter by storage type ID |
{- "data": [
- {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
], - "page": 0,
- "perPage": 0,
- "total": 0
}Creates a new storage
Storage create payload
| clinicID required | string |
| manufacturer required | string |
| name required | string |
| serial required | string |
| storageModelID required | string |
{- "clinicID": "string",
- "manufacturer": "string",
- "name": "string",
- "serial": "string",
- "storageModelID": "string"
}{- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}Returns a list of storages belonging to the authenticated user's organization (no pagination)
| depth | integer Response depth level |
| name | string Filter by storage name |
| serial | string Filter by storage serial |
| manufacturer | string Filter by storage manufacturer |
| storageTypeID | string Filter by storage type ID |
| clinicID | string Filter by clinic ID |
[- {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
]Returns storage detail by ID
| id required | string Storage ID |
| depth | integer Response depth level |
{- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}Updates a storage by ID
| id required | string Storage ID |
Storage update payload
| clinicID | string |
| manufacturer | string |
| name | string |
| serial | string |
| storageTypeID | string |
{- "clinicID": "string",
- "manufacturer": "string",
- "name": "string",
- "serial": "string",
- "storageTypeID": "string"
}{- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": { },
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": { }
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}Returns a list of storage models (e.g., Default-ARDI, Default-SCARF)
| depth | integer Response depth level |
[- {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}
]Returns the storage structure mapping with RFID tags (depth-based)
| id required | string Storage ID |
[- {
- "children": [
- { }
], - "id": "string",
- "position": 0,
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- { }
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}, - "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureValue": {
- "id": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- { }
]
}, - "storageModelId": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}, - "tag": {
- "id": "string",
- "isInserted": true,
- "name": "string",
- "observations": "string",
- "position": {
- "position": { },
- "storage": {
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "id": "string",
- "ln2Capacity": 0,
- "manufacturer": "string",
- "mapping": [
- { }
], - "name": "string",
- "readerSerial": "string",
- "serial": "string",
- "storageModel": {
- "id": "string",
- "name": "string",
- "storageType": {
- "id": "string",
- "name": "string"
}, - "storageTypeId": "string",
- "structureValues": [
- {
- "id": "string",
- "storageModel": { },
- "storageModelId": "string",
- "structureType": {
- "children": [
- null
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string",
- "value": 0
}
]
}, - "storageModelId": "string"
}
}, - "rfid": "string",
- "structureType": {
- "children": [
- { }
], - "id": "string",
- "name": "string",
- "parent": { }
}, - "structureTypeId": "string"
}
}
]Returns a paginated list of users filtered by clinic.
Filtering
You can filter by the following fields:
email, name, surname, phone, roleId, clinicId, isActive, lastLogin
Operators
field=valuefield_like=valuefield_in=value1,value2field_from=valuefield_to=value
Depth
Controls how many levels of related entities are included.0: Only user data (default)1: Includes (clinic)2: Includes (clinic + organizations)| page | integer Page number (default 1) |
| perPage | integer Items per page (default 10) |
{- "data": [
- {
- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}
], - "page": 0,
- "perPage": 0,
- "total": 0
}Creates a new user
User object
| active required | boolean |
| clinicId required | string |
| email required | string |
| name required | string |
| phone | string |
| roleId required | string |
| surname required | string |
{- "active": true,
- "clinicId": "string",
- "email": "string",
- "name": "string",
- "phone": "string",
- "roleId": "string",
- "surname": "string"
}{- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}Returns detailed information about a specific user
| id required | integer User ID |
{- "active": true,
- "clinic": {
- "address": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "id": "string",
- "name": "string",
- "phone": "string"
}, - "organizationId": "string",
- "phone": "string"
}, - "clinicId": "string",
- "created": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "id": "string",
- "name": "string"
}, - "roleId": "string",
- "surname": "string",
- "updated": "string"
}Updates user information by ID
| id required | integer User ID |
User update payload
| active | boolean |
| clinicId | string |
string | |
| name | string |
| phone | string |
| roleId | string |
| surname | string |
{- "active": true,
- "clinicId": "string",
- "email": "string",
- "name": "string",
- "phone": "string",
- "roleId": "string",
- "surname": "string"
}{- "message": "Success message"
}Returns the activity log entries for a specific user
| id required | integer User ID |
[- {
- "action": "string",
- "createdAt": "string",
- "id": "string",
- "updatedAt": "string",
- "user": {
- "active": true,
- "clinic": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "organization": {
- "address": "string",
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "organizationId": "string",
- "phone": "string",
- "updatedAt": "string"
}, - "clinicId": "string",
- "createdAt": "string",
- "email": "string",
- "id": "string",
- "lastLogin": "string",
- "name": "string",
- "phone": "string",
- "role": {
- "createdAt": "string",
- "id": "string",
- "name": "string",
- "updatedAt": "string"
}, - "roleId": "string",
- "surname": "string",
- "updatedAt": "string"
}, - "userId": "string"
}
]Changes the password of a specific user
| id required | integer User ID |
Password change payload
| currentPassword required | string |
| newPassword required | string >= 8 characters |
{- "currentPassword": "string",
- "newPassword": "stringst"
}{- "message": "Success message"
}