Click here to Skip to main content
15,887,945 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello-

I need to display data from a Mindray N1 vital sign monitor in my C# app.

A typical HL7 message looks like:

MSH|^~\&|MINDRAY_N-SERIES^00A037009B004642^EUI-64||||20210922170642000+0600||ORU^R01^ORU_R01|1|P|2.6|||AL|NE||UNICODE UTF-8|||IHE_PCD_001^IHE PCD^1.3.6.1.4.1.19376.1.6.1.1.1^ISO
PID|||^^^Hospital^PI||^^^^^^L|||U||Unknown
PV1||I
OBR|1||1^MINDRAY_N-SERIES^00A037009B004642^EUI-64|CONTINUOUS WAVEFORM|||20210922170641000+0600|20210922170642000+0600
OBX|1|NA|131330^MDC_ECG_ELEC_POTL_II^MDC|1.7.6.131330|-68^-80^-72^-40^-24^-36^-60^-68^-68^-56^-44^-44^-56^-72^-68^-60^-56^-44^-28^-36^-48^-44^-44^-56^-60^-56^-40^-20^-16^-24^-40^-56^-52^-40^-36^-44^-48^-40^-32^-16^8^24^24^12^-12^-36^-52^-60^-52^-28^0^0^-16^-16^-12^-16^-12^-4^-12^-12^0^0^4^12^8^-4^-12^-12^-8^-12^-28^-28^-20^-20^-20^-12^-8^-20^-36^-36^-36^-44^-44^-40^-32^-20^-12^-24^-36^-36^-40^-56^-60^-52^-48^-48^-40^-24^-12^-4^-4^-8^-32^-76^-112^-116^-108^-96^-60^-4^72^172^292^436^576^704^804^852^848^796^704^608^508^388^288^232^184^124^84^56^32^12^0^-4^-16^-24^-24^-28^-36^-44^-64^-84^-96^-96^-100^-96^-84^-68^-64^-68^-60^-60^-64^-48^-28^-48^-80^-80^-72^-80^-96^-104^-104^-92^-76^-68^-56^-40^-24^-16^-24^-44^-72^-80^-72^-64^-60^-56^-40^-28^-28^-24^-32^-48^-36^-20^-16^-20^-12^0^0^0^-4^-12^-16^-20^-32^-40^-48^-44^-28^-8^0^-4^-12^-12^-4^0^0^4^8^4^0^0^0^20^44^56^52^60^80^84^76^80^84^88^100^100^104^120^140^140^140^160^172^156^124^96^88^100^116^128^132^132^132^124^120^124^132^128^124^120^120^124^132^124^104^88^80^72^64^56^40^28^28^36^32^12^0^0^0^0^-4^-16^-24^-32^-40^-52^-60^-56^-48^-44^-44^-44^-56^-76^-96^-92^-76^-76^-84^-88^-88^-88^-92^-92^-76^-64^-72^-76^-72^-60^-52^-56^-64^-72^-80^-84^-80^-68^-48^-40^-56^-68^-68^-76^-88^-96^-88^-76^-76^-76^-76^-76^-76^-72^-64^-68^-80^-76^-64^-72^-88^-84^-68^-68^-80^-80^-68^-64^-68^-68^-64^-76^-88^-96^-108^-120^-120^-120^-120^-104^-84^-88^-96^-104^-92^-76^-76^-84^-76^-56^-52^-60^-64^-64^-60^-56^-52^-48^-44^-36^-36^-44^-48^-44^-40^-44^-72^-96^-96^-88^-80^-76^-76^-72^-64^-56^-48^-48^-52^-52^-52^-52^-52^-56^-48^-32^-20^-20^-28^-20^-12^-8^-12^-24^-28^-16^-8^0^0^0^0^0^0^0^0^-4^-8^-12^-4^8^28^32^20^8^-4^-32^-36^-24^-24^-28^-24^-20^-28^-44^-48^-48^-48^-48^-48^-40^-28^-16^-16^-20^-28^-24^-8^-4^-16^-40^-60^-76^-84^-88^-84^-80^-84^-92^-100^-96^-80^-44^12^84^180^300^424^544^668^760^808^820^796^728^628^524^416^328^260^212^172^132^92^48^0^-40^-52^-40^-40^-40^-32^-40^-48^-48^-64^-80^-72^-68|262656^MDC_DIM_DIMLESS^MDC
OBX|2|NM|0^MDC_ATTR_SAMP_RATE^MDC|1.7.6.131330.1|500|264608^MDC_DIM_PER_SEC^MDC
OBX|3|NM|2327^MDC_ATTR_NU_MSMT_RES^MDC|1.7.6.131330.2|0.001221|266418^MDC_DIM_MILLI_VOLT^MDC
OBX|4|NM|262196^MDC_EVT_INOP^MDC|1.7.6.131330.3|32767


Just stuck on where to start. Thanks.

What I have tried:

https://www.codeproject.com/questions/371898/ecg-graph-plot-in-csharp
Posted
Updated 27-Sep-21 8:44am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900