Hio, Marcel
Display MoreHi,
I looked at the node.js interface. It is nice and compact. I think the lua interface is more flexible. Some ideas:
also do echo from lua
cache MAGDevice values
do not add * to ID and name, leave that to caller
reduce number of endpoints, you can pass query to as json string
To convert a json string to a dicom object you need the latest dgate exe from githib, and then you can do:
q = DicomObject:new(json_string)
Marcel
>>also do echo from lua
I did.
>> cache MAGDevice values
I did
>> do not add * to ID and name, leave that to caller
I did
>>reduce number of endpoints, you can pass query to as json string
I didn´t understand this suggestion
>>To convert a json string to a dicom object you need the latest dgate exe from githib, and then you can do:
>>q = DicomObject:new(json_string)
I´d appreciate a sample of that.