handlers

package
v0.0.0-...-29203d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18

* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18

* File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18

* File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18

* File: getDatabaseHandler Description: Gets a new database page @author Bryan Conn @date 10/7/18

* File: getDeleteHandler Description: Gets new audit page @author Bryan Conn @date 6/2/19

* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18

* File: getAuditHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18

* File: getEditHandler Description: Gets new audit page @author Bryan Conn @date 5/31/19

* File: getExcelWriterHandler Description: Gets new excel writer page @author Bryan Conn @date 11/17/2019

* File: getHomeHandler Description: Gets new home page @author Bryan Conn @date 10/7/18

* File: getLoginHandler Description: Gets new login page @author Bryan Conn @date 10/7/18

* File: getNewDrugHandler Description: Gets new drug page @author Bryan Conn @date 1/4/2019

* File: getPrescriptionHandler Description: Gets new prescription page @author Bryan Conn @date 10/7/18

* File: getPurchaseHandler Description: Gets new purchase page @author Bryan Conn @date 10/7/18

* File: getRegisterHandler Description: Gets new audit page @author Bryan Conn @date 10/7/18

* File: getSignOutHandler Description: Gets new SignOut page @author Bryan Conn @date 10/7/18

* File: postAuditHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18

* File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18

* File: postDatabaseHandler Description: Sends the database information @author Bryan Conn @date 10/7/18

* File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019

* File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019

* File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019

* File: postDeleteHandler Description: Sends the audit information @author Bryan Conn @date 6/2/2019

* File: postEditQtyHandler Description: Sends the audit information @author Bryan Conn @date 6/1/2019

* File: postExcelWriterHandler Description: Sends the excel writer information @author Bryan Conn @date 11/17/2019

* File: postLoginHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18

* File: postNewDrugHandler Description: Sends the new drug information @author Bryan Conn @date 1/4/2019

* File: postPrescriptionHandler Description: Sends the prescription information @author Bryan Conn @date 10/7/18

* File: postPurchaseHandler Description: Sends the purchase information @author Bryan Conn @date 10/7/18

* File: postRegisterHandler Description: Sends the audit information @author Bryan Conn @date 10/7/18

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAuditHandler

func GetAuditHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetAuditHandler Description: Executes the audit template

func GetCloseHandler

func GetCloseHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetCloseHandler Description: Executes the close template

func GetDatabaseNameHandler

func GetDatabaseNameHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetDatabaseNdcHandler Description: Executes the database template with the output data

func GetDatabaseNdcClickHandler

func GetDatabaseNdcClickHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetDatabaseNdcHandler Description: Executes the database template with the output data

func GetDatabaseNdcHandler

func GetDatabaseNdcHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetDatabaseNdcHandler Description: Executes the database template with the output data

func GetDeleteHandler

func GetDeleteHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetDeleteHandler Description: Executes the delete template

func GetDrugEditGetNdcHandler

func GetDrugEditGetNdcHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetAuditHandler Description: Executes the audit template

func GetDrugEditHandler

func GetDrugEditHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetAuditHandler Description: Executes the audit template

func GetEditHandler

func GetEditHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetEditHandler Description: Executes the edits template

func GetExcelWriterHandler

func GetExcelWriterHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetExcelWriterHandler Description: Executes the excel writer

func GetHomeHandler

func GetHomeHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetHomeHandler Description: Executes the home template

func GetLoginHandler

func GetLoginHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetLoginHandler Description: Executes the login template

func GetNewDrugHandler

func GetNewDrugHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetNewDrugHandler Description: Executes the new drug template

func GetPrescriptionHandler

func GetPrescriptionHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetPrescriptionHandler Description: Execute the prescription template

func GetPurchaseHandler

func GetPurchaseHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetPurchaseHandler Description: Executes the purchase template

func GetRegisterHandler

func GetRegisterHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetRegisterHandler Description: Execute the register template

func GetSignOutHandler

func GetSignOutHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: GetSignOutHandler Description: Executes the signOut template

func PostAuditHandler

func PostAuditHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostAuditHandler Description: Sends the audit information to add it to the database and executes the database template to refresh the page

func PostDatabaseNameHandler

func PostDatabaseNameHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDatabaseNdcHandler Description: Sends the information matching the entered NDC to be executed in the database template

func PostDatabaseNdcHandler

func PostDatabaseNdcHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDatabaseNdcHandler Description: Sends the information matching the entered NDC to be executed in the database template

func PostDeleteHandler

func PostDeleteHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDeleteHandler Description: Sends the delete information to find the order to delete

func PostDeleteSureHandler

func PostDeleteSureHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDeleteHandler Description: Sends the delete information to find the order to delete

func PostDrugEditGetNdcHandler

func PostDrugEditGetNdcHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDeleteHandler Description: Sends the delete information to find the order to delete

func PostDrugEditHandler

func PostDrugEditHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostDeleteHandler Description: Sends the delete information to find the order to delete

func PostEditQtyHandler

func PostEditQtyHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostEditQtyHandler Description: Sends the edit information to find the order to edit also edits the script

func PostExcelWriterHandler

func PostExcelWriterHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostExcelWriterHandler Description: Sends the audit information to add it to the database and executes the database template to refresh the page

func PostLoginHandler

func PostLoginHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostLoginHandler Description: Sends the login information for validation, redirects depending on the outcome

func PostNewDrugHandler

func PostNewDrugHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostNewDrugHelper Description: Sends the purchase information to be added to the database and executes the database template to refresh

func PostPrescriptionHandler

func PostPrescriptionHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostPrescriptionHandler Description: Sends the prescription information to be added to the database and executes the database template to refresh

func PostPurchaseHandler

func PostPurchaseHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostPurchaseHelper Description: Sends the purchase information to be added to the database and executes the database template to refresh

func PostRegisterHandler

func PostRegisterHandler(acWriter http.ResponseWriter, acRequest *http.Request)

* Function: PostRegisterHandler Description: Sends the new users information to be validated and redirects differently depending on that validity.

func SetSignedIn

func SetSignedIn()

func SetSignedOut

func SetSignedOut()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL