xml解析(记录一下)

from xml.dom.minidom import parse
import xlwt
def readXML():
	domTree = parse("./test.xml")
	# 文档根元素
	rootNode = domTree.documentElement
	print(rootNode.nodeName)
	workbook = xlwt.Workbook(encoding='ascii')
	worksheet = workbook.add_sheet('My Worksheet')
	style = xlwt.XFStyle()  # 初始化样式
	font = xlwt.Font()  # 为样式创建字体
	font.name = 'Times New Roman'
	font.bold = True  # 黑体
	font.underline = True  # 下划线
	font.italic = True  # 斜体字
	style.font = font  # 设定样式
	# 所有诊所
	Devices = rootNode.getElementsByTagName("Device")
	print("****所有诊所信息****",Devices)
	i=0
	j=0
	for Device in Devices:
		print("——————————————————————————————————————————————————————————————————————————————————————————————————————————")
		if Device.hasAttribute("id"):
			print("ID:", Device.getAttribute("id"))
			# name 元素
			print("name:", Device.getAttribute("name"))
			worksheet.write(i, j, Device.getAttribute("name"))  # 不带样式的写入

			# UnitNodes 元素
			UnitNodes = Device.getElementsByTagName("UnitNodes")[0]
			Channels = UnitNodes.getElementsByTagName("Channel")
			for Channel in Channels:
				if Channel.hasAttribute("id"):
					print("摄像头名称:", Channel.getAttribute("name"))
					j = j + 1
					worksheet.write(i, j, Channel.getAttribute("name"))  # 不带样式的写入
					print("摄像头序列号:", Channel.getAttribute("id"))
					j = j + 1
					worksheet.write(i, j, Channel.getAttribute("id"))  # 不带样式的写入
			i=i+1
			j=0
	workbook.save('formatting.xls')  # 保存文件




if __name__ == '__main__':
	readXML()
#要解析的xml文件
<?xml version="1.0" encoding="UTF-8"?>

<!-- This is list of customers -->

-<Devices>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="172.16.30.13" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="2" desc="" password="admin123" user="admin" port="37777" ip="172.16.30.13" model="1" manufacturer="1" name="大屏" type="301" id="1000000">


-<UnitNodes type="1" zeroChnEncode="0" subType="0" streamType="801" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位07-01" id="1000000$1$0$192" subMulticastPort="0" subMulticastIp="" channelRemoteType="1" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="30001" cameraType="1" channelSN="30001" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位07-02" id="1000000$1$0$193" subMulticastPort="0" subMulticastIp="" channelRemoteType="1" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="30002" cameraType="1" channelSN="30002" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位07-03" id="1000000$1$0$194" subMulticastPort="0" subMulticastIp="" channelRemoteType="1" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="30003" cameraType="1" channelSN="30003" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位07-04" id="1000000$1$0$195" subMulticastPort="0" subMulticastIp="" channelRemoteType="1" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="30004" cameraType="1" channelSN="30004" channelType="1"/>

</UnitNodes>


-<UnitNodes type="2" subType="2" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位08-01" id="1000000$2$0$56" channelSN="" channelType="0" maxsplitscreen="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位08-02" id="1000000$2$0$57" channelSN="" channelType="0" maxsplitscreen="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位08-03" id="1000000$2$0$58" channelSN="" channelType="0" maxsplitscreen="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="槽位08-04" id="1000000$2$0$59" channelSN="" channelType="0" maxsplitscreen="1"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.11.55" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.11.55" model="" manufacturer="1" name="开化县林山乡卫生院" type="6" id="1000001">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="林山医疗废品点室外" id="1000001$1$0$5" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="50011" cameraType="1" channelSN="50011" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="林山医疗废品点室内" id="1000001$1$0$6" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="50012" cameraType="1" channelSN="50012" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="林山防疫管控点" id="1000001$1$0$7" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="50013" cameraType="1" channelSN="50013" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="1" id="1000001$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="2" id="1000001$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="3" id="1000001$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="4" id="1000001$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="5" id="1000001$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="6" id="1000001$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="7" id="1000001$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="8" id="1000001$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="9" id="1000001$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="10" id="1000001$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="11" id="1000001$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="12" id="1000001$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="13" id="1000001$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="14" id="1000001$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="15" id="1000001$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="16" id="1000001$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="1" id="1000001$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="2" id="1000001$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="3" id="1000001$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="4" id="1000001$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.7.81" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.7.81" model="" manufacturer="1" name="开化县中村乡卫生院" type="6" id="1000002">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="防疫管控点" id="1000002$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="60007" cameraType="1" channelSN="60007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗费品点室外" id="1000002$1$0$6" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="60012" cameraType="1" channelSN="60012" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗费品点室内" id="1000002$1$0$7" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="60013" cameraType="1" channelSN="60013" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="1" id="1000002$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="2" id="1000002$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="3" id="1000002$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="4" id="1000002$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="5" id="1000002$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="6" id="1000002$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="7" id="1000002$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="8" id="1000002$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="9" id="1000002$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="10" id="1000002$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="11" id="1000002$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="12" id="1000002$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="13" id="1000002$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="14" id="1000002$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="15" id="1000002$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="16" id="1000002$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="1" id="1000002$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="2" id="1000002$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="3" id="1000002$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="4" id="1000002$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.12.56" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.12.56" model="" manufacturer="1" name="开化县金村卫生院" type="6" id="1000003">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="金村医疗废物间室外" id="1000003$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="70006" cameraType="1" channelSN="70006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="金村医疗废品点室内" id="1000003$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="70007" cameraType="1" channelSN="70007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="金村防控防疫点" id="1000003$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="70008" cameraType="1" channelSN="70008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_1" id="1000003$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_2" id="1000003$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_3" id="1000003$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_4" id="1000003$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_5" id="1000003$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_6" id="1000003$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_7" id="1000003$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_8" id="1000003$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_9" id="1000003$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_10" id="1000003$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_11" id="1000003$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_12" id="1000003$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_13" id="1000003$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_14" id="1000003$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_15" id="1000003$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_16" id="1000003$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_1" id="1000003$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_2" id="1000003$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_3" id="1000003$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县金村卫生院_4" id="1000003$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.25.10.31" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.25.10.31" model="" manufacturer="1" name="开化县华埠镇中心卫生院" type="6" id="1000004">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="华埠卫生院入口(防疫防控点)" id="1000004$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="80007" cameraType="1" channelSN="80007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗废品过道" id="1000004$1$0$8" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="80014" cameraType="1" channelSN="80014" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗废物暂存间" id="1000004$1$0$9" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="80015" cameraType="1" channelSN="80015" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_1" id="1000004$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_2" id="1000004$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_3" id="1000004$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_4" id="1000004$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_5" id="1000004$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_6" id="1000004$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_7" id="1000004$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_8" id="1000004$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_9" id="1000004$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_10" id="1000004$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_11" id="1000004$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_12" id="1000004$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_13" id="1000004$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_14" id="1000004$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_15" id="1000004$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_16" id="1000004$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_1" id="1000004$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_2" id="1000004$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_3" id="1000004$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县华埠镇中心卫生院_4" id="1000004$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.13.88" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.13.88" model="" manufacturer="1" name="开化县桐村镇卫生院" type="6" id="1000005">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="桐村卫生院防疫管控点" id="1000005$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="90006" cameraType="1" channelSN="90006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="桐村卫生院医疗废品点室外" id="1000005$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="90007" cameraType="1" channelSN="90007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="桐村卫生院医疗废品点室内" id="1000005$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="90008" cameraType="1" channelSN="90008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_1" id="1000005$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_2" id="1000005$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_3" id="1000005$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_4" id="1000005$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_5" id="1000005$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_6" id="1000005$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_7" id="1000005$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_8" id="1000005$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_9" id="1000005$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_10" id="1000005$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_11" id="1000005$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_12" id="1000005$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_13" id="1000005$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_14" id="1000005$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_15" id="1000005$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_16" id="1000005$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_1" id="1000005$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_2" id="1000005$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_3" id="1000005$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县桐村镇卫生院_4" id="1000005$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.14.83" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.14.83" model="" manufacturer="1" name="开化县杨林镇卫生院" type="6" id="1000006">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="门诊一楼大厅" id="1000006$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="100006" cameraType="1" channelSN="100006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="杨林卫生院医疗废品室" id="1000006$1$0$5" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="100011" cameraType="1" channelSN="100011" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="杨林卫生院医疗废品室内" id="1000006$1$0$6" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="100012" cameraType="1" channelSN="100012" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_1" id="1000006$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_2" id="1000006$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_3" id="1000006$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_4" id="1000006$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_5" id="1000006$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_6" id="1000006$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_7" id="1000006$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_8" id="1000006$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_9" id="1000006$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_10" id="1000006$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_11" id="1000006$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_12" id="1000006$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_13" id="1000006$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_14" id="1000006$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_15" id="1000006$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_16" id="1000006$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_1" id="1000006$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_2" id="1000006$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_3" id="1000006$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县杨林镇卫生院_4" id="1000006$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.15.179" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="2" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.15.179" model="" manufacturer="1" name="开化县池淮镇中心卫生院" type="6" id="1000007">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="池淮卫生院防疫防控点" id="1000007$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="110006" cameraType="1" channelSN="110006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="大门" id="1000007$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="110007" cameraType="1" channelSN="110007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗废弃物暂存间" id="1000007$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="110008" cameraType="1" channelSN="110008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_1" id="1000007$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_2" id="1000007$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_3" id="1000007$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_4" id="1000007$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_5" id="1000007$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_6" id="1000007$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_7" id="1000007$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_8" id="1000007$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_9" id="1000007$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_10" id="1000007$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_11" id="1000007$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_12" id="1000007$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_13" id="1000007$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_14" id="1000007$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_15" id="1000007$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_16" id="1000007$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_1" id="1000007$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_2" id="1000007$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_3" id="1000007$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县池淮镇中心卫生院_4" id="1000007$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.17.128" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.17.128" model="" manufacturer="1" name="开化县张湾卫生院" type="6" id="1000008">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="张湾卫生院防疫管控点" id="1000008$1$0$5" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="120011" cameraType="1" channelSN="120011" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="张湾卫生院医疗废品点室外" id="1000008$1$0$6" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="120012" cameraType="1" channelSN="120012" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="张湾卫生院医疗废品点室内" id="1000008$1$0$7" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="120013" cameraType="1" channelSN="120013" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_1" id="1000008$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_2" id="1000008$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_3" id="1000008$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_4" id="1000008$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_5" id="1000008$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_6" id="1000008$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_7" id="1000008$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_8" id="1000008$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_9" id="1000008$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_10" id="1000008$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_11" id="1000008$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_12" id="1000008$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_13" id="1000008$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_14" id="1000008$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_15" id="1000008$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_16" id="1000008$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_1" id="1000008$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_2" id="1000008$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_3" id="1000008$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县张湾卫生院_4" id="1000008$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.18.133" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.18.133" model="" manufacturer="1" name="开化县长虹乡卫生院" type="6" id="1000009">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="防疫防控点" id="1000009$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="130006" cameraType="1" channelSN="130006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="长虹卫生院医疗废品点室外" id="1000009$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="130007" cameraType="1" channelSN="130007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="长虹卫生院医疗废品点室内" id="1000009$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="130008" cameraType="1" channelSN="130008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_1" id="1000009$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_2" id="1000009$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_3" id="1000009$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_4" id="1000009$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_5" id="1000009$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_6" id="1000009$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_7" id="1000009$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_8" id="1000009$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_9" id="1000009$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_10" id="1000009$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_11" id="1000009$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_12" id="1000009$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_13" id="1000009$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_14" id="1000009$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_15" id="1000009$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_16" id="1000009$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_1" id="1000009$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_2" id="1000009$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_3" id="1000009$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县长虹乡卫生院_4" id="1000009$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.3.184" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.3.184" model="" manufacturer="1" name="开化县何田乡卫生院" type="6" id="1000010">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="何田乡卫生院防疫管控点" id="1000010$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="140006" cameraType="1" channelSN="140006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="何田乡卫生院医疗废品点室外" id="1000010$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="140007" cameraType="1" channelSN="140007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="何田乡卫生院医疗废品点室内" id="1000010$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="140008" cameraType="1" channelSN="140008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_1" id="1000010$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_2" id="1000010$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_3" id="1000010$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_4" id="1000010$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_5" id="1000010$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_6" id="1000010$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_7" id="1000010$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_8" id="1000010$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_9" id="1000010$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_10" id="1000010$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_11" id="1000010$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_12" id="1000010$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_13" id="1000010$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_14" id="1000010$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_15" id="1000010$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_16" id="1000010$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_1" id="1000010$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_2" id="1000010$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_3" id="1000010$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县何田乡卫生院_4" id="1000010$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.8.150" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.8.150" model="" manufacturer="1" name="开化县齐溪镇卫生院" type="6" id="1000011">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="防控防疫点" id="1000011$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="150008" cameraType="1" channelSN="150008" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗废品点室外" id="1000011$1$0$3" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="150009" cameraType="1" channelSN="150009" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="齐溪卫生院医疗废品点室内" id="1000011$1$0$4" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="150010" cameraType="1" channelSN="150010" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_1" id="1000011$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_2" id="1000011$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_3" id="1000011$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_4" id="1000011$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_5" id="1000011$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_6" id="1000011$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_7" id="1000011$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_8" id="1000011$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_9" id="1000011$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_10" id="1000011$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_11" id="1000011$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_12" id="1000011$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_13" id="1000011$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_14" id="1000011$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_15" id="1000011$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_16" id="1000011$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_1" id="1000011$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_2" id="1000011$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_3" id="1000011$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县齐溪镇卫生院_4" id="1000011$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.4.79" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.4.79" model="" manufacturer="1" name="开化县塘坞卫生院" type="6" id="1000012">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="防控防疫点" id="1000012$1$0$3" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="160009" cameraType="1" channelSN="160009" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医疗废弃物室外" id="1000012$1$0$4" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="160010" cameraType="1" channelSN="160010" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="塘坞卫生院医疗废品点室内" id="1000012$1$0$5" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="160011" cameraType="1" channelSN="160011" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_1" id="1000012$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_2" id="1000012$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_3" id="1000012$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_4" id="1000012$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_5" id="1000012$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_6" id="1000012$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_7" id="1000012$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_8" id="1000012$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_9" id="1000012$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_10" id="1000012$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_11" id="1000012$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_12" id="1000012$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_13" id="1000012$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_14" id="1000012$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_15" id="1000012$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_16" id="1000012$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_1" id="1000012$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_2" id="1000012$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_3" id="1000012$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县塘坞卫生院_4" id="1000012$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.33.6.68" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.33.6.68" model="" manufacturer="1" name="开化县大溪边乡卫生院" type="6" id="1000013">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="一楼大厅(防疫管控点)" id="1000013$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="170006" cameraType="1" channelSN="170006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="大溪边卫生院医疗废品点室内" id="1000013$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="170007" cameraType="1" channelSN="170007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="大溪边卫生院医疗废品点室外" id="1000013$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="170008" cameraType="1" channelSN="170008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_1" id="1000013$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_2" id="1000013$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_3" id="1000013$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_4" id="1000013$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_5" id="1000013$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_6" id="1000013$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_7" id="1000013$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_8" id="1000013$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_9" id="1000013$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_10" id="1000013$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_11" id="1000013$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_12" id="1000013$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_13" id="1000013$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_14" id="1000013$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_15" id="1000013$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_16" id="1000013$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_1" id="1000013$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_2" id="1000013$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_3" id="1000013$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县大溪边乡卫生院_4" id="1000013$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.25.10.32" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.25.10.32" model="" manufacturer="1" name="开化县第二人民医院" type="6" id="1000014">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="医院大门" id="1000014$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="180006" cameraType="1" channelSN="180006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化二院医疗废品点室内" id="1000014$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="180007" cameraType="1" channelSN="180007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化二院医疗废品点室外" id="1000014$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="180008" cameraType="1" channelSN="180008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_1" id="1000014$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_2" id="1000014$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_3" id="1000014$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_4" id="1000014$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_5" id="1000014$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_6" id="1000014$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_7" id="1000014$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_8" id="1000014$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_9" id="1000014$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_10" id="1000014$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_11" id="1000014$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_12" id="1000014$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_13" id="1000014$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_14" id="1000014$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_15" id="1000014$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_16" id="1000014$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_1" id="1000014$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_2" id="1000014$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_3" id="1000014$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县第二人民医院_4" id="1000014$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="28.2.178.33" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="28.2.178.33" model="" manufacturer="1" name="开化县芹阳中心卫生院" type="6" id="1000015">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳卫生院防疫管控点" id="1000015$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="210006" cameraType="1" channelSN="210006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳卫生院医疗废物室内" id="1000015$1$0$1" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="210007" cameraType="1" channelSN="210007" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳卫生院医疗废物门外" id="1000015$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="210008" cameraType="1" channelSN="210008" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_1" id="1000015$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_2" id="1000015$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_3" id="1000015$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_4" id="1000015$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_5" id="1000015$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_6" id="1000015$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_7" id="1000015$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_8" id="1000015$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_9" id="1000015$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_10" id="1000015$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_11" id="1000015$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_12" id="1000015$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_13" id="1000015$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_14" id="1000015$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_15" id="1000015$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_16" id="1000015$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_1" id="1000015$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_2" id="1000015$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_3" id="1000015$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县芹阳中心卫生院_4" id="1000015$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="37777" deviceIp="10.25.165.233" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="khwasu96371" user="admin" port="37777" ip="10.25.165.233" model="" manufacturer="1" name="开化县血站" type="6" id="1000016">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="801" channelnum="32" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="一楼大厅1" id="1000016$1$0$0" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="220006" cameraType="1" channelSN="220006" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="一楼大厅3" id="1000016$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="220008" cameraType="1" channelSN="220008" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="一楼过道(医疗废品点室外)" id="1000016$1$0$10" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="220016" cameraType="1" channelSN="220016" channelType="1"/>

</UnitNodes>


-<UnitNodes type="3" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_1" id="1000016$3$0$0" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_2" id="1000016$3$0$1" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_3" id="1000016$3$0$2" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_4" id="1000016$3$0$3" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_5" id="1000016$3$0$4" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_6" id="1000016$3$0$5" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_7" id="1000016$3$0$6" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_8" id="1000016$3$0$7" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_9" id="1000016$3$0$8" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_10" id="1000016$3$0$9" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_11" id="1000016$3$0$10" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_12" id="1000016$3$0$11" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_13" id="1000016$3$0$12" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_14" id="1000016$3$0$13" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_15" id="1000016$3$0$14" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_16" id="1000016$3$0$15" channelSN="" channelType="0" alarmLevel="1" alarmType="80002"/>

</UnitNodes>


-<UnitNodes type="4" channelnum="4" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_1" id="1000016$4$0$0" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_2" id="1000016$4$0$1" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_3" id="1000016$4$0$2" channelSN="" channelType="0" alarmType="0"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="开化县血站_4" id="1000016$4$0$3" channelSN="" channelType="0" alarmType="0"/>

</UnitNodes>

</Device>


-<Device role="0" rights="1000000000000000000000011101000000100100011111111111111111" callNumber="" belong="" ownerGroup="" serviceType="0" firstTel="" firstPhone="" firstPosition="" firstOwner="" address="" shopName="" VideoType="" comCode="" baudRate="" deviceLocPliceStation="" deviceLocation="" devMaintainerPh="" devMaintainer="" devicePort="8000" deviceIp="10.33.2.118" deviceSN="" deviceCN="" unitnum="0" proxyport="0" registDeviceCode="" logintype="" status="1" desc="" password="a1234567" user="admin" port="61018" ip="113.214.3.66" model="" manufacturer="2" name="开化县音坑乡卫生院" type="1" id="1000017">


-<UnitNodes type="1" zeroChnEncode="0" subType="2" streamType="501" channelnum="16" index="0">

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="音坑乡卫生院防疫管控点" id="1000017$1$0$2" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="230008" cameraType="1" channelSN="230008" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="音坑卫生院医疗废物室内" id="1000017$1$0$9" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="230015" cameraType="1" channelSN="230015" channelType="1"/>

<Channel rights="1000000000000000000000011101000000100100011111111111111111" status="0" desc="" name="音坑卫生院医废室外" id="1000017$1$0$11" subMulticastPort="0" subMulticastIp="" channelRemoteType="" NvrChnlIp="" multicastPort="0" multicastIp="" cameraFunctions="0" viewDomain="" longitude="" latitude="" CtrlId="230017" cameraType="1" channelSN="230017" channelType="1"/>

</UnitNodes>























</Device>





















































































































































































</Devices>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值