kxepal / python-astm

Python implementation of ASTM E1381/1394 data protocol.
http://python-astm.readthedocs.org/en/latest/
Other
52 stars 47 forks source link

Decoding the string record to the respective record object #3

Open shashank-ezdiagno opened 7 years ago

shashank-ezdiagno commented 7 years ago

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.