Sha256: 87a0b4c46643a4fd29a66d40da41be019de085d04246a429d3fdc344d7cc46e3

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 Bytes

Contents

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


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

  ###*
  Value returns the value of the result. This will return an object. The properties of this
  object are dependent on the type of result.
  ###
  value: -> @json['value']

Version data entries

2 entries across 2 versions & 1 rubygems

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