Sha256: f93b0fefac0747578c36efa0be8d428cb5e148d50403ea5af073e696cce031cc

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

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


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

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

Version data entries

2 entries across 2 versions & 1 rubygems

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