描述
按格式提取病历中实际框选内容。
接口
const char* GetSelectRangeContent(E_DOC_FORMAT format)
参数
参数名 | 必填 | 类型 | 说明 | 备注 |
---|---|---|---|---|
format | 是 | enum | 对象类型 | E_DOC_FORMAT |
返回值
类型 | 说明 | 备注 |
---|---|---|
string | 指定格式内容文本 |
获取XML片段示例
<?xml version='1.0' encoding='utf-8'?>
<Doc type='fragment'>
<Sections>
<Section>
<Main borderWidth='0.02'>
<Paragraph lineSpaceValue='0.60'>
<CheckBox xCfg='10'>
<Expression event='1'>this.checkbox.checked==true ?any_where.element.visible=true :any_where.ele.visible=false</Expression>否显示任意位置元素</CheckBox>
<CR />
</Paragraph>
<Paragraph>
<Element id='any_where' cfg='30800' hint='任意位置元素'>
<Hint cfg='1000'>
<Format color='808080' />任意位置元素</Hint>
</Element>
<Format color='0' />
<CR />
</Paragraph>
<Paragraph>
<Format size='0.564' color='ff0000' />可编程的事</Paragraph>
</Main>
</Section>
</Sections>
<Resources>
<Editors />
<OptionRes />
<Algorithms />
<ImageRes />
</Resources>
</Doc>
文档更新时间: 2024-12-05 17:41 作者:admin