python-astm icon indicating copy to clipboard operation
python-astm copied to clipboard

Decoding the string record to the respective record object

Open shashank-ezdiagno opened this issue 8 years ago • 0 comments

When I throw a patient record object from the emitter, it is decoded as a list of string with each string representing the value of the field.

I want to decode the record as a patient record object so that each field can be accessed as a attribute.

shashank-ezdiagno avatar Jan 30 '17 09:01 shashank-ezdiagno