Ian Atkinson
Ian Atkinson
Setting up a new chicago-brick install could be as simple as: ``` npm install --save chicago-brick npm install --save my-cool-brick-module ``` This would then produce a `package.json` file that describes...
Tests are currently run with a githook before commit. Having a Travis job would make PR review easier (no leap of faith or need to run branch locally) and will...
It would be great to be able to write: ``` patient_name = message.ORM_O01_PATIENT.PID.PATIENT_NAME suffix = getattr(patient_name, 'PROFESSIONAL_SUFFIX', '') ``` rather than having to use `hasattr` or handle an exception if...