|
@@ -39,9 +39,11 @@ const BodyPositionList: React.FC<BodyPositionListProps> = ({ layout }) => {
|
|
|
sid: bodyPosition.sid,
|
|
|
})
|
|
|
);
|
|
|
- changeBodyPosition(bodyPosition.view_id)
|
|
|
+ changeBodyPosition(bodyPosition.sop_instance_uid)
|
|
|
.then(() => {
|
|
|
- message.success('Body position changed successfully');
|
|
|
+ message.success(
|
|
|
+ `'Body position changed successfully' ${bodyPosition.sop_instance_uid}`
|
|
|
+ );
|
|
|
})
|
|
|
.catch((error) => {
|
|
|
console.error('Error changing body position:', error);
|