APIパス | システム名 | サブシステム名 | コンポーネント名 | ファイル名 |
---|---|---|---|---|
/api01r/acceptlst | 日医標準レセプトソフト | API連携用モジュール | 受付一覧 | ORAPI011R1 |
/api01r/appointlst | 日医標準レセプトソフト | API連携用モジュール | 予約一覧 | ORAPI014R1 |
/api01r/diseaseget | 日医標準レセプトソフト | API連携用モジュール | 患者病名返却 | ORAPI022R1 |
/api01r/medicalget | 日医標準レセプトソフト | API連携用モジュール | 診療行為返却1 | ORAPI021R1 |
/api01r/patientget | 日医標準レセプトソフト | API連携用モジュール | 患者基本情報取得 | ORAPI012R1 |
/api01r/patientlst1 | 日医標準レセプトソフト | API連携用モジュール | 患者番号一覧取得処理 | [ORAPI012R2](https://github.com/orcacvsmirror/jma-receipt/blob/master/cobol/a |
View rspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require "bundler/setup" | |
require "rspec/core" | |
RSpec::Core::Runner.disable_autorun! | |
RSpec::Core::Runner.trap_interrupt | |
options = RSpec::Core::ConfigurationOptions.new(ARGV) | |
runner = RSpec::Core::Runner.new(options) | |
runner.setup STDOUT, STDERR | |
examples = [[], [], []] |
View committee_reloader.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @example | |
# Rails.configuration.middleware.use( | |
# CommitteeReloader, | |
# "path/to/schema", | |
# [ | |
# Committee::Middleware::RequestValidation, | |
# schema_path: "path/to/schema" | |
# ] | |
# ) | |
class CommitteeReloader |
View api.md
View FooPlugin.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Watchpack = require("watchpack"); | |
class FooPlugin { | |
constructor() { | |
this.started = false; | |
this.abort = false; | |
this.aborted = false; | |
this.files = []; | |
this.dirs = []; | |
} |
View mov2gif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function func_mov2gif { | |
local outname | |
for inname in "${@}"; do | |
if [ -f "${inname}" ]; then | |
outname="$(dirname "${inname}")/$(basename -s ".mov" "${inname}").gif" | |
ffmpeg -i "${inname}" -r 10 -f gif - | gifsicle --threads --optimize --output "${outname}" | |
fi | |
done |
View concatenator.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Concatenator | |
def self.[](*objs) | |
new(*objs) | |
end | |
def initialize(*objs) | |
@objs = objs | |
end | |
def each(&blk) |
View Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
ruby '2.5.0' | |
gem 'puma' | |
gem 'rack' | |
gem 'sinatra', require: 'sinatra/base' |
View README.md
mkdir -p data image
ruby download.rb
ruby import.rb
pg_dump --dbname=orca_test --encoding=UTF8 --no-owner --clean --table "tbl_yakujyo" | gzip --best --to-stdout > tbl_yakujyo.sql.gz
pg_dump --dbname=orca_test --encoding=UTF8 --no-owner --clean --table "tbl_med_image" | gzip --best --to-stdout > tbl_med_image.sql.gz
gzcat tbl_yakujyo.sql.gz | psql --host=127.0.0.1 --port=15432 --username=orca --dbname=orca
gzcat tbl_med_image.sql.gz | psql --host=127.0.0.1 --port=15432 --username=orca --dbname=orca
View README.md
sudo -u orca bash program_upgrade_download.sh
vi /var/lib/jma-receipt/patch/patch-file-list
sudo -u orca bash program_upgrade_apply.sh
patch-file-listの中身をいじる
patch500-20170206-1.tar.gz
View keybase.md
Keybase proof
I hereby claim:
- I am miyucy on github.
- I am miyucy (https://keybase.io/miyucy) on keybase.
- I have a public key ASA4n4E8CLGOIM1LwSFZr7EKGUQmKgh4HmOswy0soqZQCgo
To claim this, I am signing this object:
NewerOlder