Sha256: 479ff78cc55d5067a6933369fcd89b51b3171cbf0f7a8f80243f94419f1dd0cc
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/"> <xs:complexType name="LabTestItem"> <xs:complexContent> <xs:extension base="CodeTableTranslated"> <xs:sequence> <xs:element minOccurs="0" name="IsNumeric" type="Boolean"> <xs:annotation> <xs:documentation>Should the item appear in Cumulative displays?<br> HL7: OBX-2 : ValueType<br> HSDB: User.HS.CTTestCode(CTTCShowInCummulative)<br> HSDB: User.HS.ARCItmMast(ARCIMDisplayCumulative)<br> In HL7, IsNumeric is set to 'true' if ValueType is "NM" or "ST"<br> Note: In HL7 you can update from "N" (or "") to "Y" but not from "Y" to "N".<br> In direct-SDA you can update in either direction.<br> ARCIMDisplayCumulative is set to "Y" if any testitem has it set = "Y".</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:schema>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta6 | vendor/xsd/ukrdc/Schema/Types/LabTestItem.xsd |