Skip to content

Instantly share code, notes, and snippets.

@FlaviuSim
Created December 14, 2011 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FlaviuSim/1478527 to your computer and use it in GitHub Desktop.
Save FlaviuSim/1478527 to your computer and use it in GitHub Desktop.
patients = Patient.create([
{
name: "Boris the Blade",
age: 999,
gender: "MALE",
hpi: "Also known as Boris the bullet dodger",
ethnicity: "WHITE"
},
{
name: "Turkish",
age: 35,
hpi: "Has a suffering condition of kleptomania",
ethnicity: "BLACK",
gender: "MALE"
},
name: "The third man",
age: 42,
hpi: "Citizen Kane",
gender: "UNSPECIFIED",
ethnicity: "HISPANIC"
},
{
name: "Cat Woman",
age: 56,
hpi: "Obsessive Compulsive Disorder is getting to her",
ethicity: "BLACK",
gender: "FEMALE"
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment