Sha256: 5e4f35babbc1d8ef76250d420bec36581b5927c5d3610ff5eb11f73b116400ff

Contents?: true

Size: 436 Bytes

Versions: 6

Compression:

Stored size: 436 Bytes

Contents

class Communication < Entry
  # :direction is deprecated as of QDM 5.4
  field :direction,           type: String

  # QDM 5.4 merges all communication types.
  # The following attributes were added for QDM 5.4
  # * category
  # * sender
  # * recipient
  # * medium
  field :category,            type: Hash
  field :sender,              type: Hash
  field :recipient,           type: Hash
  field :medium,              type: Hash
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
health-data-standards-4.3.5 lib/health-data-standards/models/communication.rb
health-data-standards-4.3.4 lib/health-data-standards/models/communication.rb
health-data-standards-4.3.3 lib/health-data-standards/models/communication.rb
health-data-standards-4.3.2 lib/health-data-standards/models/communication.rb
health-data-standards-4.3.1 lib/health-data-standards/models/communication.rb
health-data-standards-4.3.0 lib/health-data-standards/models/communication.rb