Your comments
Much better! Seems like a concerning failure mode though!
I tested the new intellivue.map with great success. EtCO2 was successfully exported from the monitor. Thanks for your assistance.
There's your pull request: https://github.com/mdpnp/mdpnp/pull/1
Hey,
So having got a copy of the configuration for our EC10 modules, I've found this interesting bit of XML inside:
Such inspired, I've updated our intellivue.map file to include (near the top) the following lines:
I will test this configuration as soon as I can wrestle an anaesthesia stack.
So having got a copy of the configuration for our EC10 modules, I've found this interesting bit of XML inside:
<AVA-Type>
<attribute-id>
2379
<!-- MDC_ATTR_NU_CMPD_VAL_OBS -->
</attribute-id>
<attribute-value>
<NuObsValueCmp>
<NuObsValue>
<metric-id>
20656
<!-- NOM_AWAY_CO2_ET -->
</metric-id>
<state nil="true"/>
<unit-code>
3872
<!-- NOM_DIM_MMHG -->
</unit-code>
<value nil="true"/>
</NuObsValue>
<NuObsValue>
<metric-id>
20666
<!-- NOM_AWAY_CO2_INSP_MIN -->
</metric-id>
<state nil="true"/>
<unit-code>
3872
<!-- NOM_DIM_MMHG -->
</unit-code>
<value nil="true"/>
</NuObsValue>
</NuObsValueCmp>
</attribute-value>
</AVA-Type>
Such inspired, I've updated our intellivue.map file to include (near the top) the following lines:
NOM_AWAY_CO2_ET MDC_AWAY_CO2_ET NLS_NOM_AWAY_CO2_ET N NOM_AWAY_CO2_INSP_MIN MDC_AWAY_CO2_INSP_MIN NLS_NOM_AWAY_CO2 N
I will test this configuration as soon as I can wrestle an anaesthesia stack.
Hi Jeff,
Additionally, to stem my curiousity, could you direct me to the relevant routine that configures the monitor's priority table with values from intellivue.map?
Thomas
Additionally, to stem my curiousity, could you direct me to the relevant routine that configures the monitor's priority table with values from intellivue.map?
Thomas
Hi Jeff,
I've emailed my biomedical services contact to get a copy of the configuration for our specific EC10 modules.
In the meantime, I'll give some other configuration options a go, and see how I fare.
I've also receive this morning a copy of the Philips Data Export Test Tool, so I'll try running that against the monitor to see if it can help me diagnose the issue.
Thomas
I've emailed my biomedical services contact to get a copy of the configuration for our specific EC10 modules.
In the meantime, I'll give some other configuration options a go, and see how I fare.
I've also receive this morning a copy of the Philips Data Export Test Tool, so I'll try running that against the monitor to see if it can help me diagnose the issue.
Thomas
I've started developing a DSP routine to calculate the EtCO2 from the CO2 wave, although any assistiance with receiving the EtCO2 value from the device itself would be great.
Hey Kai,
I'm not an OpenICE/ICE author or developer, but I'll attempt an answer.
The ICE standard itself, indicates that device control (at least by other devices, which could include a management station) is within the scope of the ICE. See, for example B.2.6, "Physiological Closed Loop Control".
OpenICE, at present, doesn't appear to do any device control. This is likely to be due to a combination of devices not supporting this and medicolegal concerns.
There's nothing, however, to prevent you from defining your own variables to be transmitted that represent parameters that you wish to control on devices. Your largest hurdle will likely be the devices themselves.
I'm not an OpenICE/ICE author or developer, but I'll attempt an answer.
The ICE standard itself, indicates that device control (at least by other devices, which could include a management station) is within the scope of the ICE. See, for example B.2.6, "Physiological Closed Loop Control".
OpenICE, at present, doesn't appear to do any device control. This is likely to be due to a combination of devices not supporting this and medicolegal concerns.
There's nothing, however, to prevent you from defining your own variables to be transmitted that represent parameters that you wish to control on devices. Your largest hurdle will likely be the devices themselves.
I spent some further time digging into the nitty-gritty of the protocol, the implimentation of
I still don't feel that I have a proper grasp on the issue I'm facing, although I've begun to wonder if I need to use a
Any advice or pointers much appreciated.
requestExtendedPoll and the handle fuction for ObservedValue objects.I still don't feel that I have a proper grasp on the issue I'm facing, although I've begun to wonder if I need to use a
SET_PRIORITY_LIST_REQUEST.Any advice or pointers much appreciated.
Customer support service by UserEcho
Hey Andrei. We ended up going with a LAN connections, which worked fine for us. We set the monitor up to use DHCP and had a cheap modem-router to plug the monitor and PC into. Worked fairly reliably.