
Where stuff is
Starting
Pages
On
the top level, the index page is the break between the DRS
login and the future reports page.
The
login page is login.html. All the related login failure
and password change pages are at the same level.
The
Device Registration System is all within a folder called
DRS.
Patient
Info
DRS
starts with patient.html (index.html is a redirect to patient.html).
Implant
Physician Info
The
Implanting physician pages are as follows:
/drs/implantdoctor.html
(the first implant doctor page)
/drs/implandoctor2.html
(the second implant doctor page)
/drs/implantdoctorResults.html
(results for a search with multiple matches)
/drs/implantdoctorconfirm.html
(confirmation page for implant doctor)
/drs/newimplantdoctor.html
(page for creating a new implant doctor)
Follow-Up
Doctro Info
The
Implanting physician pages are as follows:
/drs/followupdoctor.html
(the first follow-up doctor page)
/drs/followupdoctor2.html
(the second follow-up doctor page)
/drs/followupdoctorResults.html
(results for a search with multiple matches)
/drs/followupdoctorconfirm.html
(confirmation page for follow-up doctor)
/drs/newfollowupdoctor.html
(page for creating a new follow-up doctor)
Device
Pages
The
first page in the device screens is implant.html. This page
changes depending on which sort of registration is being
done. The drop down menu changes to limit the number of
devices possible.
The
sample pages for each sort of drop down menu are in a top
level folder called CategoryDemos.
Each
device has its own fragment of html in the devices directory.
The names are self-explanitory. In cases where the name
is not self-explanitory, consult the UI Guidelines document.
The
Devices directory is the authoritative version of the device
fragments. There are duplicate device screens in a top level
directory called CategoryDemos, but they are NOT the final
version. If there is a discrepancy between the Devices directory
and CategoryDemos directory, Devices is the correct page.
The
sample confirmation page (confirm.html) is also in the Devices
directory. This page changes depending on what sort of registration
you are doing. The confirm.html is a sample to show what
the page should look like.
Printable
Devices Pages
/drs/devices-printable
holds the printable versions of the devices. It also holds
the sample printable receipt for registration (registered.html)
and the packing list page (packinglist.html)
Each
printable device is named the same as the Device page counterpart.
Above
the devices-printable directory there are two printable
fragments named patientPrint and doctorPrint.html. These
are the fragments to present the patient and doctor info
in the printable receipt. When combined with the appropirate
devices-printable fragments and the hospital information
(name, phone number) they create a complete printable page.
Closing
Pages
When
the registration is complete, the user can then go to a
'Thank You' page (thankyou.html). This page gives the option
to logout, start a new registration, or go to the packing
slip (/drs/devices-printable/packingslip.html).