RSS File Elements

RSS.class generates an XML file that lists all of the patients managed by the clinic or site. This file uses the RSS 2.0 schema.

Elements:

  • <title>ZEP</title> - site abbreviation
  • <link>http://192.168.20.6:8080/archive/rss.xml</link> - link to rss file for this site
  • <description>ZEP Patients</description>
  • <lastBuildDate>Mon, 17 Apr 2006 16:30:01 GMT</lastBuildDate> - Timestamp that this listing was generated

Each patient record is nested in an <item> tag and has the following elements:

  • <title>5040-100-00001-1.xml</title> - ZEPRS ID
  • <link>http://192.168.0.11:8080/archive/ZEP/5040-100-00001-1.xml</link> - URL of patient XML record
  • <author>2</author> - site id where record was last modified.
  • <pubDate>Mon, 21 Nov 2005 09:10:10 GMT</pubDate> - Timestamp of when this record was last modified
  • <guid>http://192.168.0.11:8080/archive/ZEP/5040-100-00001-1.xml</guid>