Sha256: ecff01bae252374cc56f844c012a603bda1cd181ede4ff0b01dda5ce6b8fe6b1
Contents?: true
Size: 425 Bytes
Versions: 2
Compression:
Stored size: 425 Bytes
Contents
###* @namespace scoping into the hquery namespace ### this.hQuery ||= {} # =require core.coffee ###* This represents all communications. @class @augments hQuery.CodedEntry @exports Communication as hQuery.Communication ### class hQuery.Communication extends hQuery.CodedEntry constructor: (@json) -> super(@json) ###* @returns {CodedValue} ### direction: -> new hQuery.createCodedValue @json['direction']
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hquery-patient-api-1.1.1 | app/assets/javascripts/communication.js.coffee |
hquery-patient-api-1.1.0 | app/assets/javascripts/communication.js.coffee |