Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jorritposthuma on github.
  • I am jorritposthuma (https://keybase.io/jorritposthuma) on keybase.
  • I have a public key ASAMri4FGtG1c7l8qETKW5DvrzFfnt6u3vWC6saZtkOFKwo

To claim this, I am signing this object:

@JorritPosthuma
JorritPosthuma / DicomFileLoader.coffee
Created October 23, 2014 13:30
A small File Image Loader using the NodeJS FS lib. For use in a Node-Webkit application
class DicomFileReader
colorInterpretations: [
"RGB"
"PALETTE COLOR"
"YBR_FULL"
"YBR_FULL_422"
"YBR_PARTIAL_422"
"YBR_PARTIAL_420"
"YBR_RCT"
import com.googlecode.objectify.annotation
import scala.annotation.target.field
object Annotations {
type AlsoLoad = annotation.AlsoLoad @field
type Embed = annotation.Embed @field
type Id = annotation.Id @field
type Ignore = annotation.Ignore @field
type IgnoreLoad = annotation.IgnoreLoad @field