Hi Vivek,

%Save() is a function . So please assign it to one variable and check it. Surely it will work.

for ex:  set jData=objExternalUser.%Save()

Thanks.

Hi Thembelani,

              First we  convert date to horolog.

             set p="12/03/2019"

            set horval=$zdateh(p)  //now we got horolog value is 65350

         After that , we use $zdate function and convert the date format.

          w $zdate(horval,3) // now we got 2019-12-03

Thanks,

Ponnumani G

I used both of routine and cls. But I did like for cls . We are appliying FHIR concept to class easily and  generated the structure of the data flow.

DeepSee has a Developer Tutorial in the Documentation. This Is very good . Some example available for this Document .For Ex."HoleFoods" and "Patients" cubes in the SAMPLES namespace .

It is both :

For Ex:

No SQL :

     ^Stock(item,size,color,pattern) = quantity

SQL:

    SELECT *from obj.property1,obj.property2

Thanks,

Ponnumani Gurusamy