可以使用 ATNAAudit 节点对 IHE 参与者“SVS 使用者”使用的 ITI-48 IHE 事务进行审计。
下表描述对消息中每个元素需要赋予值。
元素 | 描述 |
---|---|
EventOutcome | 事件结果指示符 |
RepositoryEndpointURI | 此 SVS 存储库的 Web 服务端点 URI。 |
ValueSetUniqueID | 返回的值集的唯一标识。 |
ValueSetName | 与返回的值集的唯一标识相关联的名称。 |
ValueSetVersion | 返回的值集的版本。 |
下列各节列示用于创建向 ATNAAudit 节点发送的 XML 消息的模式。
审计“SVS 使用者”参与者的“ITI-48 Retrieve Value Set”事件。
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns="http://com.ibm.healthcare/ATNA" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://com.ibm.healthcare/ATNA">
<xsd:include schemaLocation="ATNATypes.xsd"/>
<xsd:element name="AuditSVSConsumerRetrieveValueSetEvent" type="AuditSVSConsumerRetrieveValueSetEvent"/>
<xsd:complexType name="AuditSVSConsumerRetrieveValueSetEvent">
<xsd:annotation>
<xsd:documentation xml:lang="en">Audits an ITI-48 Retrieve Value Set event for SVS Consumer actors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EventOutcome" type="xsd:string"/>
<xsd:element name="RepositoryEndpointURI" type="xsd:string"/>
<xsd:element name="ValueSetUniqueID" type="xsd:string"/>
<xsd:element name="ValueSetName" type="xsd:string"/>
<xsd:element name="ValueSetVersion" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
有关需要为每个元素输入的值的详细信息,请参阅元素描述。