Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~374 People Reached
About Me

25 years in electronic health records

Favorite Tags
Member Avatar for Kevin_20

I have a MySQL table with a string-based primary key. I created it with an ActiveRecord::Migration as follows: create_table( "icd9s", id: false) do |t| t.string "ICD9Code", limit: 7, null: false t.string "ShortDescription", limit: 128, null: false t.string "LongDescription", limit: 255, null: false end add_index(:icd9s, :ICD9Code, unique: true) Then I went …

0
278
Member Avatar for Kevin_20

I just started using Xojo for Mac OSX development (and maybe for WIndows ans web development as well). Trying to find people using the same platform to exchange problems, tips, etc.

Member Avatar for Kevin_20
0
96