department-of-veterans-affairs/connect_vva

Name: connect_vva

Owner: Department of Veterans Affairs

Description: Gem for connecting to Virtual VA

Created: 2017-01-31 20:48:57.0

Updated: 2017-01-31 21:34:29.0

Pushed: 2018-03-12 14:31:05.0

Homepage: null

Size: 44

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

vva_connect

Example Usage
ire 'vva'

VVA::Services.new.new(
dl: "http://service.example.com?wsdl",
ername: "USER111",
ssword: "SECRET",
l_cert_file: "/path/to/cert",
l_cert_key_file: "/path/to/private/key",
l_ca_cert: "/path/to/ca/file"


t document list by claim number
cument_list.get_by_claim_number("777")

t document content by document id
cument_content.get_by_document_id(
cument_id: "{DAFE0879-C588-4084-A532-482138F30651}",
urce: "P8",
rmat: "pdf",
o: "459",
n: "111111111"

Development

After checking out the repo, run bundle install to install dependencies. You can also run bundle console for an interactive prompt that will allow you to experiment. If you want to use pry, run bundle config console pry and then bundle console.

License

The project is in the public domain, and all contributions will also be released in the public domain. By submitting a pull request, you are agreeing to waive all rights to your contribution under the terms of the CC0 Public Domain Dedication.

This project constitutes an original work of the United States Government.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.