发新话题
打印

蔡鸟提问:HL7的escape character是什么意思?

蔡鸟提问:HL7的escape character是什么意思?

蔡鸟提问:HL7的Delimiter中的
escape character是什么意思?

Escape Character        \        3        Escape character for use with any field represented by an ST, TX or  FT data type, or for use with the data (fourth) component of the ED data type   If no escape characters are used in a message, this character may be omitted. However, it must be present if subcomponents are used in the message. _:-(
(6)

TOP

蔡鸟提问:HL7的escape character是什么意思?

回车符
以复杂理论之牙,还复杂世界之牙

TOP

蔡鸟提问:HL7的escape character是什么意思?

一样的概念,不用解释

TOP

蔡鸟提问:HL7的escape character是什么意思?

我记得是转义字符呀

TOP

蔡鸟提问:HL7的escape character是什么意思?

是我抄错了,是“转义字符” _:-(
以复杂理论之牙,还复杂世界之牙

TOP

蔡鸟提问:HL7的escape character是什么意思?

up!


  终日乾乾,夕惕若 
  QQ: 7867845
 • MSN: xuyuansheng@hotmail.com 
 • POPO: xuyuansheng

gTalk: xuyuansheng79@gmail.com 
   eMail: xuyuansheng79@sohu.com
  

TOP

回复 #1 小辉 的帖子

转义字符啊.这个在我所使用的C,C++中很常见.
例如我们使用\n代表回车,\t代表TAB等等.这里\就是转义字符,意义是指他后面的一个或多个字符不再代表原来的含义了.
HL7在给我们一个重定义转义字符的机会.也就是说你可以指定其它的字符作为转义字符使用.但除非你有特殊的需要,一般是建议使用默认值.

TOP

发新话题