orthanc

2023-12-03 03:45
文章标签 orthanc

本文主要是介绍orthanc,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

 bool StatelessDatabaseOperations::LookupAttachment(FileInfo& attachment,int64_t& revision,const std::string& instancePublicId,FileContentType contentType){class Operations : public ReadOnlyOperationsT5<bool&, FileInfo&, int64_t&, const std::string&, FileContentType>{public:virtual void ApplyTuple(ReadOnlyTransaction& transaction,const Tuple& tuple) ORTHANC_OVERRIDE{int64_t internalId;ResourceType type;if (!transaction.LookupResource(internalId, type, tuple.get<3>())){throw OrthancException(ErrorCode_UnknownResource);}else if (transaction.LookupAttachment(tuple.get<1>(), tuple.get<2>(), internalId, tuple.get<4>())){assert(tuple.get<1>().GetContentType() == tuple.get<4>());tuple.get<0>() = true;}else{tuple.get<0>() = false;}}};bool found;Operations operations;operations.Apply(*this, found, attachment, revision, instancePublicId, contentType);return found;}

这篇关于orthanc的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/447963

相关文章

开源PACS系统Orthanc(DICOM服务器)配置

每日鸡汤:不是有所成就才算活着,梦想也不是什么了不起的东西,只喜欢走路、看天、吃披萨的人生也很好。 因为最近开发需要从PACS系统中获取医学影相图片才有了这篇安装BLOG,希望能对同样需要的伙伴一点帮助。 1. PACS和DICOM介绍 PACS(Picture Archiving and Communication System)是医学影像的数字化存储、检索和传输系统,用于管理和存储