Implant Template Query/Retrieve Service Class¶
The Implant Template Query/Retrieve Service Class defines a service that facilitates access to Implant Template objects.
Supported SOP Classes¶
UID |
SOP Class |
---|---|
1.2.840.10008.5.1.4.43.2 |
GenericImplantTemplateInformationModelFind |
1.2.840.10008.5.1.4.44.2 |
ImplantAssemblyTemplateInformationModelFind |
1.2.840.10008.5.1.4.45.2 |
ImplantTemplateGroupInformationModelFind |
1.2.840.10008.5.1.4.43.3 |
GenericImplantTemplateInformationModelMove |
1.2.840.10008.5.1.4.44.3 |
ImplantAssemblyTemplateInformationModelMove |
1.2.840.10008.5.1.4.45.3 |
ImplantTemplateGroupInformationModelMove |
1.2.840.10008.5.1.4.43.4 |
GenericImplantTemplateInformationModelGet |
1.2.840.10008.5.1.4.44.4 |
ImplantAssemblyTemplateInformationModelGet |
1.2.840.10008.5.1.4.45.4 |
ImplantTemplateGroupInformationModelGet |
DIMSE Services¶
DIMSE Service |
Usage SCU/SCP |
---|---|
Generic Implant Template Information Model - Find |
|
Implant Assembly Template Information Model - Find |
|
Implant Template Group Information Model - Find |
|
C-FIND |
Mandatory/Mandatory |
DIMSE Service |
Usage SCU/SCP |
---|---|
Generic Implant Template Information Model - Move |
|
Implant Assembly Template Information Model - Move |
|
Implant Template Group Information Model - Move |
|
C-MOVE |
Mandatory/Mandatory |
DIMSE Service |
Usage SCU/SCP |
---|---|
Generic Implant Template Information Model - Get |
|
Implant Assembly Template Information Model - Get |
|
Implant Template Group Information Model - Get |
|
C-GET |
Mandatory/Mandatory |
Statuses¶
C-FIND Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0x0000 |
Success |
Success |
0x0122 |
Failure |
SOP Class not supported |
0xFE00 |
Cancel |
Processing has been terminated |
Implant Template Query/Retrieve (Find) Service Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0xA700 |
Failure |
Out of resources |
0xA900 |
Failure |
Dataset does not match SOP Class |
0xC000 to 0xCFFF |
Failure |
Unable to process |
0xFF00 |
Pending |
Matches are continuing |
0xFF01 |
Pending |
Matches are continuing; one or more Optional keys was not supported |
pynetdicom Implant Template Query/Retrieve (Find) Statuses¶
When pynetdicom is acting as a Implant Template Query/Retrieve (Find) SCP it uses the following status codes values to indicate the corresponding issue has occurred to help aid in debugging.
Code (hex) |
Category |
Description |
---|---|---|
0xC001 |
Failure |
Handler bound to |
0xC002 |
Failure |
Handler bound to |
0xC310 |
Failure |
Failed to decode the dataset received from the peer |
0xC311 |
Failure |
Unhandled exception raised by the handler
bound to |
0xC312 |
Failure |
Failed to encode the dataset received from
the handler bound to |
C-GET Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0x0000 |
Success |
Success |
0x0122 |
Failure |
SOP Class not supported |
0x0124 |
Failure |
Not authorised |
0x0210 |
Failure |
Duplicate invocation |
0x0212 |
Failure |
Mistyped argument |
0xFE00 |
Cancel |
Sub-operations terminated |
Implant Template Query/Retrieve (Get) Service Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0xA701 |
Failure |
Out of resources; unable to calculate number of matches |
0xA702 |
Failure |
Out of resources; unable to perform sub-operations |
0xA900 |
Failure |
Dataset does not match SOP Class |
0xB000 |
Warning |
Sub-operations complete, one or more or warnings |
0xC000 to 0xCFFF |
Failure |
Unable to process |
0xFF00 |
Pending |
Sub-operations are continuing |
pynetdicom Implant Template Query/Retrieve (Get) Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0xC001 |
Failure |
Handler bound to |
0xC002 |
Failure |
Handler bound to |
0xC410 |
Failure |
Failed to decode the dataset received from the peer |
0xC411 |
Failure |
Unhandled exception raised by the handler
bound to |
0xC413 |
Failure |
The handler bound to |
C-MOVE Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0x0000 |
Success |
Success |
0x0122 |
Failure |
SOP Class not supported |
0x0124 |
Failure |
Not authorised |
0x0210 |
Failure |
Duplicate invocation |
0x0211 |
Failure |
Unrecognised operation |
0x0212 |
Failure |
Mistyped argument |
0xFE00 |
Cancel |
Sub-operations terminated |
Implant Template Query/Retrieve (Move) Service Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0xA701 |
Failure |
Out of resources; unable to calculate number of matches |
0xA702 |
Failure |
Out of resources; unable to perform sub-operations |
0xA801 |
Failure |
Move destination unknown |
0xA900 |
Failure |
Dataset does not match SOP Class |
0xB000 |
Warning |
Sub-operations complete, one or more or warnings |
0xC000 to 0xCFFF |
Failure |
Unable to process |
0xFF00 |
Pending |
Sub-operations are continuing |
pynetdicom Implant Template Query/Retrieve (Move) Statuses¶
Code (hex) |
Category |
Description |
---|---|---|
0xC001 |
Failure |
Handler bound to |
0xC002 |
Failure |
Handler bound to |
0xC510 |
Failure |
Failed to decode the dataset received from the peer |
0xC511 |
Failure |
Unhandled exception raised by the handler
bound to |
0xC513 |
Failure |
The handler bound to |
0xC514 |
Failure |
The handler bound to |
0xC515 |
Failure |
The handler bound to |