Page 1 of 1

missing class in 23?

Posted: Fri Apr 04, 2014 7:37 pm
by luv2ski555
Is there a missing class in 2.3. I'm using the example and updating it to 2.3.

Their is not a class "TdiORU_R01_PATIENT_RESULT_ORDER_OBSERVATION_OBSERVATION_23" their is a class for "TdiORU_R01_PATIENT_RESULT_ORDER_OBSERVATION_OBSERVATION_22" and "TdiORU_R01_PATIENT_RESULT_ORDER_OBSERVATION_OBSERVATION_231".

Is this class missing? if not what class do you use the get the results?

I tried "TdiORU_RESPONSE_ORDER_OBSERVATION_OBSERVATION_23"
for i := 0 to msg.RESPONSE.ORDER_OBSERVATION[0].OBSERVATIONRepCount-1 do

but it did not yield results?