gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] editarea maps


From: syan tan
Subject: [Gnumed-devel] editarea maps
Date: Fri, 24 Oct 2003 13:32:54 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313

here's some test output maps from the test-client-c dumping it's editarea self.input_fields as a yaml readable file.

The yaml implementation was from the showell as previously posted by Ian.


>>> import yaml, here
>>> for x in list(yaml.load( here.flushLeft( ''.join(file('editarea.yaml') ) ) ) ):
...   for i in x.items():
...     print "{", i[0], ":", i[1], "}"
...     print
...
{ past history : ['active', 'age', 'both', 'condition', 'confidential', 'left', 'notes1', 'notes2', 'operation', 'progress', 'right', 'significant', 'year'] }

{ prescription : ['brand', 'class', 'directions', 'for', 'generic', 'problem', 'progress', 'qty', 'reg24', 'rpts', 'strength', 'usual', 'vet'] }

{ family history : ['AOD', 'DOB', 'age onset', 'caused death', 'comment', 'condition', 'name', 'progress notes', 'relationship'] }

{ measurement : ['comment', 'date', 'progress notes', 'type', 'value'] }

{ vaccination : ['date given', 'progress notes', 'serial no', 'site given', 'target disease', 'vaccine'] }

{ recall : ['addTest', 'appt', 'contact', 'date', 'delTest', 'for', 'includeList', 'instructions', 'progress', 'providers', 'testType'] }

{ referral : ['W Email', 'W Fax', 'W Phone', 'for', 'include Active Problems', 'include Family Hx', 'include Habits', 'include Meds', 'include Past Problems', 'include Social Hx', 'isByFirstname', 'isHeadOffice', 'name', 'org', 'postcode', 'street1', 'street2', 'suburb'] }

{ request : ['all meds', 'company', 'copyto', 'meds', 'notes', 'phone', 'progress', 'request', 'street', 'type', 'urb'] }




This was the editarea.yaml file:



---
  family history:
       - AOD
       - DOB
       - age onset
       - caused death
       - comment
       - condition
       - name
       - progress notes
       - relationship

  vaccination:
       - date given
       - progress notes
       - serial no
       - site given
       - target disease
       - vaccine

  measurement:
       - comment
       - date
       - progress notes
       - type
       - value

  past history:
       - active
       - age
       - both
       - condition
       - confidential
       - left
       - notes1
       - notes2
       - operation
       - progress
       - right
       - significant
- year
  prescription:
       - brand
       - class
       - directions
       - for
       - generic
       - problem
       - progress
       - qty
       - reg24
       - rpts
       - strength
       - usual
       - vet

  recall:
       - addTest
       - appt
       - contact
       - date
       - delTest
       - for
       - includeList
       - instructions
       - progress
       - providers
       - testType

  referral:
       - W Email
       - W Fax
       - W Phone
       - for
       - include Active Problems
       - include Family Hx
       - include Habits
       - include Meds
       - include Past Problems
       - include Social Hx
       - isByFirstname
       - isHeadOffice
       - name
       - org
       - postcode
       - street1
       - street2
       - suburb

  request:
       - all meds
       - company
       - copyto
       - meds
       - notes
       - phone
       - progress
       - request
       - street
       - type
       - urb









reply via email to

[Prev in Thread] Current Thread [Next in Thread]