Skip to content

Instantly share code, notes, and snippets.

View chris-vanvranken's full-sized avatar

Chris Van Vranken chris-vanvranken

  • URMC
  • Rochester
View GitHub Profile
@chris-vanvranken
chris-vanvranken / issues.md
Created September 13, 2012 14:57
accessing the issues list
  1. Create a free account with github
  2. Email chris with your account name. Chris will add your account to the issues repository
  3. login to github, use the dropdown on the left side of the frontpage, just underneath the github logo to change your account context to urmc-pathology.
  4. click the repository link that appears on the right side.
  5. click the issues tab to view issues.
  6. click watch and select "watching" to receive emails when issues are updated.
@chris-vanvranken
chris-vanvranken / queryOracle.md
Last active October 13, 2015 18:18
Querying Oracle

SQL Developer Manual

Problems unique to querying Oracle from Access

Syntax Error in FROM clause, invalid use of vertical bars in query expression

Oracle queries can fail for no good reason when running in Access.

When using || to concatenate, or at other times.

@chris-vanvranken
chris-vanvranken / queryMicrosoftSQL.md
Last active December 10, 2015 18:38
Syntax for querying Microsoft SQL Server
@chris-vanvranken
chris-vanvranken / Reports.md
Last active December 11, 2015 03:08
Creating Soft reports with VisualStudio

How to Manipulate the DataTables

protected override Option<DataTable> _ConstructDataTable(GetSoftOracle soft)
{
   return Option.Some(soft.
     FilledTable(Query.get("softquery",orderControl.OrderRangeFrom,orderControl.OrderRangeTo))
   );
}
@chris-vanvranken
chris-vanvranken / !FileSystemFaxing.md
Last active December 21, 2015 14:39
FileSystemFaxing service. Will fax documents created under C:\FileSystemFaxing

#Description The FileSystemFaxing Service sends out an Email to faxNumber@eFaxsend.com when a new file is created under a subdirectory of C:\FileSystemFaxing. The created file is attached to the email so that eFaxsend.com will send the attachment as a fax to the given faxNumber. eFaxsend.com sends a notification to a shared mailbox, lis-rr@URMC.rochester.edu, when faxes are successfully (or unsuccessfully) sent out. Currently installed on the CLSS Automation PC.

##Features

  • Supports faxing any of these eFaxSend file types including PDF and HTML
  • Ignores files created with names starting with "!" or ending with ".ini"
  • Ignores files in Directories named "Faxed"
  • Reads parameters from fax.ini

##fax.ini