You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate (using python) a data extraction process from a medical device, however I'm having issue extracing the data from a ImageMetaList node after receiving it as a response. Is there a way I'm supposed to be able to make an ImageMetaElement such that I can use GetImageMetaElement(), or is there another way I'm missing?
Any advice would be appreciated!
My overall goal is to not have to interact with the Widgets GUI at all, and just query data and place them into nodes for Slicer which I can then use, using python only.
Also wanted to mention that WriteXML is not reachable from the python object, so I can't use that either to extract the data.
The text was updated successfully, but these errors were encountered:
Hello!
I am trying to automate (using python) a data extraction process from a medical device, however I'm having issue extracing the data from a ImageMetaList node after receiving it as a response. Is there a way I'm supposed to be able to make an ImageMetaElement such that I can use GetImageMetaElement(), or is there another way I'm missing?
Any advice would be appreciated!
My overall goal is to not have to interact with the Widgets GUI at all, and just query data and place them into nodes for Slicer which I can then use, using python only.
Also wanted to mention that WriteXML is not reachable from the python object, so I can't use that either to extract the data.
The text was updated successfully, but these errors were encountered: