Sha256: e17f70acbd388cb409c20c24b84c754e9e7adb71a9f830daef39a991c17024c8

Contents?: true

Size: 532 Bytes

Versions: 2

Compression:

Stored size: 532 Bytes

Contents

###*
@namespace scoping into the hquery namespace
###
this.hQuery ||= {}


# =require core.coffee
###*
This represents all  family history.
@class
@augments hQuery.CodedEntry
@exports FamilyHistory as hQuery.FamilyHistory
###
class hQuery.FamilyHistory extends hQuery.CodedEntry
  constructor: (@json) ->
    super(@json)

  ###*
  @returns {CodedValue}
  ###
  relationshipToPatient: -> hQuery.createCodedValue @json['relationshipToPatient']

  ###*
  @returns {CodedValue}
  ###
  onsetAge: -> new hQuery.Scalar @json['onsetAge']

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hquery-patient-api-1.1.1 app/assets/javascripts/familyhistory.js.coffee
hquery-patient-api-1.1.0 app/assets/javascripts/familyhistory.js.coffee