current-patient.html

Discussion in 'Documentation & Training Resources' started by Jason, Sep 27, 2012.

  1. Jason

    Jason Developer / Handyman Staff Member

    In your \www\ directory is a handy file called current-patient.html

    It is a file that contains information about the current patient in Synapse.
    You can open it with a text editor. Here is what it contains.

    FirstName
    LastName
    NHI/SSN
    Address

    Code:
    <html><body><pre>FirstName:Joe
    LastName:Blow
    NHI/SSN:9999999971
    Address:<textarea rows="5" cols="30">61-415 Maple Ave.
    Nowhereville
    ON L7X 6X3</textarea>
    Envelope:<textarea rows="6" cols="30">Mr. Joe Blow
    61-415 Maple Ave.
    Nowhereville
    ON L7X 6X3</textarea>
    </pre></body></html>
    Hope that helps :)

Share This Page