dcm4che 查询/检索 SCP
首先,我是 dcm4che 的新手,没有良好的文档很难开始,因此请原谅我的无知。
我必须开发一个查询/检索 SCP,并且我需要知道 doCFind 函数中由 SCU 输入的查询参数。 例子: SCU 执行以下操作: dcmqr MYQR@localhost:10001 -q PatientName=Manuel
如何捕获 doCFind 函数中的查询参数(PatientName 和 Manuel)?
protected synchronized DimseRSP doCFind(
Association as, int pcid, DicomObject cmd,
DicomObject keys, DicomObject rsp)
谢谢
First of all, I'm new in dcm4che and without a good Documentation is difficult to begin, therefore excuse my ignorance.
I've to develop a Query/Retrieve SCP and I need to know the query parameters, in the doCFind function, entered by the SCU.
Example:
SCU does: dcmqr MYQR@localhost:10001 -q PatientName=Manuel
How can I catch the query parameters (PatientName and Manuel) in the doCFind function?
protected synchronized DimseRSP doCFind(
Association as, int pcid, DicomObject cmd,
DicomObject keys, DicomObject rsp)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你实际上可以这样做:
You can do it actually like this: