在ITI-9中描述PIX query事务的几个TestCase场景。其中有些是对于Query失败的描述。
ERR 段包含Error location, Error code, Error code text, 以及Error Alernate code和Error Alernate code text.
而Error location包含segment id, segment sequence, field position, field repetition, component number, 以及subcomponent number。
对于location中的各个组件,索引都是从“1”开始。
具体有2种,
1)发送的patient id或者assign authority id不存在。
此时的segment id 为 QPD, segment sequence 为 1, field position为3, repetition为1, component number具体要看是id不存在还是assign authority不存在(前者为1, 后者为4)
2)请求返回domain id 不存在。
此时的segment id同样为QPD, segment sequence 为1, field position 为4, repetition具体要看WantedReturnDomains段中是第几个domain不存在 (索引从1开始), 后续component number等等为空。
- 前言
- HL7 Tools suite
- HL7 Event Type
- HL7 ADT Message Sample
- IHE-PIX 备注
- HL7 V2 分隔符
- 有关HL7 的C# 源码
- Pix mesa 自动化测试
- hl7 V2中Message Control ID的含义及应用
- hl7消息中和时间有关的字段的格式
- hl7中V2版本的ACK消息的构造
- hl7 v2.X 版本中RSP_K23消息的构造
- HL7及PIX相关的测试工具
- HL7 标准及实现指南 必看的网址
- IHE 官方网址有用资源介绍
- PIX v2版本中Query 失败时, ERR段的构造
- AspNet WebApi 中应用fo-dicom抛出异常:No codec registered for tranfer syntax:
- DicomIoException: Requested 132 bytes past end of fixed length stream.