789 lines
22 KiB
XML
789 lines
22 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>printpage</class>
|
||
<widget class="QWidget" name="printpage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1366</width>
|
||
<height>900</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>700</width>
|
||
<height>900</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1395</width>
|
||
<height>933</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>打印</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QLineEdit{
|
||
background: transparent;
|
||
|
||
color: rgb(0, 0, 0);
|
||
border-radius: 28px;
|
||
font:14pt;
|
||
|
||
}
|
||
QLabel{
|
||
font:14pt;
|
||
}
|
||
QGroupBox{
|
||
border:transparent;
|
||
}
|
||
QTableView::item{
|
||
|
||
background: transparent;
|
||
|
||
}
|
||
QTableView {
|
||
|
||
background: transparent;
|
||
|
||
|
||
border: rgb(0, 0, 0);
|
||
|
||
|
||
}
|
||
|
||
QHeaderView{
|
||
|
||
border-color: rgb(0, 0, 0);
|
||
|
||
}
|
||
|
||
QHeaderView::section {
|
||
|
||
background:transparent;
|
||
|
||
border: transparent;
|
||
font: bold 24px;
|
||
|
||
}
|
||
QWidget{
|
||
background-color: rgb(255, 255, 255);
|
||
}</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_7">
|
||
<item row="0" column="0" colspan="2">
|
||
<widget class="QFrame" name="frame">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>6</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Shape::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Raised</enum>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_6">
|
||
<property name="leftMargin">
|
||
<number>80</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>50</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>80</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>80</number>
|
||
</property>
|
||
<property name="horizontalSpacing">
|
||
<number>7</number>
|
||
</property>
|
||
<property name="verticalSpacing">
|
||
<number>15</number>
|
||
</property>
|
||
<item row="0" column="0">
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">font:18pt;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_19">
|
||
<property name="styleSheet">
|
||
<string notr="true">font:18pt;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>医院检验报告单</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QTableWidget" name="tableWidget">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1180</width>
|
||
<height>325</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1180</width>
|
||
<height>325</height>
|
||
</size>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>10</pointsize>
|
||
<stylestrategy>PreferAntialias</stylestrategy>
|
||
</font>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"> QHeaderView::section {
|
||
|
||
border-bottom: 1px solid black;
|
||
|
||
font:10pt;
|
||
|
||
text-align: center;
|
||
}
|
||
QTableWidget {
|
||
border-top: 1px solid black;
|
||
border-bottom: 1px solid black;
|
||
text-align: center;
|
||
}
|
||
|
||
QTableWidget::item {
|
||
|
||
padding: 2px;
|
||
text-align: center;
|
||
}
|
||
|
||
</string>
|
||
</property>
|
||
<property name="verticalScrollBarPolicy">
|
||
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum>
|
||
</property>
|
||
<property name="horizontalScrollBarPolicy">
|
||
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOff</enum>
|
||
</property>
|
||
<property name="sizeAdjustPolicy">
|
||
<enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustToContents</enum>
|
||
</property>
|
||
<property name="editTriggers">
|
||
<set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
|
||
</property>
|
||
<attribute name="horizontalHeaderMinimumSectionSize">
|
||
<number>15</number>
|
||
</attribute>
|
||
<attribute name="horizontalHeaderDefaultSectionSize">
|
||
<number>15</number>
|
||
</attribute>
|
||
<attribute name="horizontalHeaderHighlightSections">
|
||
<bool>false</bool>
|
||
</attribute>
|
||
<attribute name="verticalHeaderVisible">
|
||
<bool>false</bool>
|
||
</attribute>
|
||
<attribute name="verticalHeaderDefaultSectionSize">
|
||
<number>23</number>
|
||
</attribute>
|
||
<attribute name="verticalHeaderHighlightSections">
|
||
<bool>false</bool>
|
||
</attribute>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QGroupBox" name="groupBox">
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_2">
|
||
<item row="0" column="0">
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<property name="spacing">
|
||
<number>10</number>
|
||
</property>
|
||
<item row="0" column="2">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="text">
|
||
<string>性别:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="9">
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="text">
|
||
<string>样本类型:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="5">
|
||
<widget class="QLineEdit" name="lineEdit_4">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="4">
|
||
<widget class="QLabel" name="label_9">
|
||
<property name="text">
|
||
<string>床号:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="6">
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="text">
|
||
<string>ID号:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_2">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="9">
|
||
<widget class="QLabel" name="label_11">
|
||
<property name="text">
|
||
<string>申请医师:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_3">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_8">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_9">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="7" colspan="2">
|
||
<widget class="QLineEdit" name="lineEdit_5">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="12">
|
||
<widget class="QLineEdit" name="lineEdit_7">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="10">
|
||
<widget class="QLineEdit" name="lineEdit_6">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="10">
|
||
<widget class="QLineEdit" name="lineEdit_12">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="11">
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="text">
|
||
<string>患者来源:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="text">
|
||
<string>病历号:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="5">
|
||
<widget class="QLineEdit" name="lineEdit_10">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label">
|
||
<property name="text">
|
||
<string>姓名:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="4">
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="text">
|
||
<string>年龄:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="text">
|
||
<string>科室:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="6">
|
||
<widget class="QLabel" name="label_10">
|
||
<property name="text">
|
||
<string>条码号:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="7" colspan="2">
|
||
<widget class="QLineEdit" name="lineEdit_11">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>25</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="0">
|
||
<layout class="QGridLayout" name="gridLayout_5">
|
||
<property name="verticalSpacing">
|
||
<number>20</number>
|
||
</property>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_18">
|
||
<property name="text">
|
||
<string>地址: 天津市滨海新区天津生态城中滨大道3667号融智工业园2号楼 电话: 400-801-5872</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1" rowspan="2">
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label_17">
|
||
<property name="text">
|
||
<string>小贴士:本检验结果仅对该送检样本负责,如有疑问,请在一日内反馈医学检验科,以备结果复核。</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="text">
|
||
<string>药敏结果:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit_18">
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="Line" name="line">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1180</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1180</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Shadow::Plain</enum>
|
||
</property>
|
||
<property name="lineWidth">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0">
|
||
<widget class="QGroupBox" name="groupBox_2">
|
||
<property name="title">
|
||
<string/>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_4">
|
||
<item row="0" column="0">
|
||
<layout class="QGridLayout" name="gridLayout_3">
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label_12">
|
||
<property name="text">
|
||
<string>采样时间:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_13">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QLabel" name="label_13">
|
||
<property name="text">
|
||
<string>检验时间: </string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_14">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="4">
|
||
<widget class="QLabel" name="label_14">
|
||
<property name="text">
|
||
<string>报告时间:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="5">
|
||
<widget class="QLineEdit" name="lineEdit_15">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_15">
|
||
<property name="text">
|
||
<string>操作者:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_16">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QLabel" name="label_16">
|
||
<property name="text">
|
||
<string>审核者:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_17">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>150</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<spacer name="horizontalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<spacer name="horizontalSpacer_5">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>1264</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QPushButton" name="pushButton">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>37</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>37</height>
|
||
</size>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(255, 255, 255);
|
||
border: 1px solid rgb(175, 175, 175) ;
|
||
border-radius: 4px;
|
||
|
||
font:12pt;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>打印</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|