Sha256: 5781b6ef9e21481fca62edc7297ca892840137189e3e354066756a9b13bd96dd
Contents?: true
Size: 384 Bytes
Versions: 87
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true require_dependency "renalware/ukrdc" module Renalware module UKRDC # Represents a Renal Reg modality QBL or Text code and description # e.g. (1) Haemodialysis # TXT refers to Renal Reg Patient timeline information # QBL refers to Renal Reg Patient monthy treatment history class ModalityCode < ApplicationRecord end end end
Version data entries
87 entries across 87 versions & 1 rubygems