Sha256: e541d0b7973ad3d2f25f2c43dfc4b7a8d2a379ea70cad83691f20b761a5ed19b

Contents?: true

Size: 466 Bytes

Versions: 2

Compression:

Stored size: 466 Bytes

Contents

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


# =require core.coffee
###*
This includes information about the patients current and past pregnancy status
The Coded Entry code system should be SNOMED-CT
@class
@augments hQuery.CodedEntry
@exports Pregnancy as hQuery.Pregnancy
###
class hQuery.Pregnancy extends hQuery.CodedEntry
  constructor: (@json) ->
    super(@json)


  ###*
  @returns {String}
  ###
  comment: -> @json['comment']

Version data entries

2 entries across 2 versions & 1 rubygems

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