Re: [HAPI-devel] question about entering data

2007-07-24 Thread Torben Greiser
Hi Giorgio, the "how to" depends on what data you want to set. If you would like to enter data into "name of coding system" of the "units" field (OBX-6: Units (CE)) you would call: obx.getUnits().getNameOfCodingSystem().setValue("L"); Setting responsible observer fields could look like: obx.get

[HAPI-devel] question about entering data

2007-07-24 Thread giorgio univ
Dear all, i am developing an application where i have to create some hl7 messages: the question that i want to post is how to enter data in an OBX segment. I tried to do : OBX obx= oru.getPIDPD1NK1NTEPV1PV2ORCOBRNTEOBXNTECTI().getORCOBRNTEOBXNTECTI().getOBXNTE().getOBX(); obx.getObservati