简体   繁体   English

从SQL到XML符合FDA HL7准则要求

[英]SQL to XML for FDA HL7 guideline requirements

I have a SQL that was originally/currently used to populate a PDF. 我有一个最初/当前用于填充PDF的SQL。
Now the FDA requires XML in a HL7 guideline format. 现在,FDA要求使用HL7准则格式的XML。
I am just wondering if anyone else out there has any useful links or guides to how to convert the SQL to an XML and into the format that is required. 我只是想知道是否还有其他人有关于如何将SQL转换为XML以及所需格式的有用链接或指南。

Any help or links would be greatly appreciated. 任何帮助或链接将不胜感激。 I will attempt to modify my SQL to protect company related information, and post it here so that you can see how far (or how far behind) I am. 我将尝试修改我的SQL以保护与公司相关的信息,并将其发布在此处,以便您可以看到我有多远(或落后多远)。

I can't help you with tools specific to HL7. 我无法为您提供HL7专用工具。

In general, if you need to generate XML from a SQL Server database, I'd use SQL/XML features that let you embed XQuery statements in SQL. 通常,如果您需要从SQL Server数据库生成XML,则可以使用SQL / XML功能,这些功能可以将XQuery语句嵌入SQL。 Eg start with this: https://msdn.microsoft.com/en-us/library/ms189928.aspx 例如从此开始: https : //msdn.microsoft.com/en-us/library/ms189928.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM