User Tools

Site Tools


pracro:course

This is an old revision of the document!


Introduction of the 'Course' concept

URL: Unused
Http Headers:
  SessionID
  SessionTemplate
  SessionPatientID
Http Body:
  <request patientid=".." template=".." macro="..">

Timeline:

  • Http connection.
  • Use SessionId to connect to session or use SessionTemplate/SessionPatientID to create new session.
  • Feed http body to session which parses it and reacts upon its content.
  • Reply to client

Proposition: Remove all use of http headers. Use URI instead. Remove request from http body. Use URI instead.

  • Http connection.
  • Initial action is decided using the URI:
    • query/coursename[/templatename[/macroname]]?sessionid=42
    • query/coursename[/templatename[/macroname]]?patientid=1234567890
    • commit?sessionid=42
    • discard?sessionid=42
pracro/course.1309942426.txt.gz · Last modified: 2011/07/06 10:53 by deva