Sha256: 46327f84807599d295eb8b171bba0aad2b4ec311412759c166ac33266261a89e

Contents?: true

Size: 881 Bytes

Versions: 142

Compression:

Stored size: 881 Bytes

Contents

# frozen_string_literal: true

require "document/embedded"

module Renalware
  module Transplants
    class RecipientFollowupDocument < Document::Embedded
      class CardiovascularComplication < Document::Embedded
        attribute :myocardial_infact, DatedConfirmation
        attribute :peripheral_vascular_disease, DatedConfirmation
        attribute :stroke, DatedConfirmation
        attribute :transient_ischaemic_attack, DatedConfirmation
      end
      attribute :cardiovascular_complication, CardiovascularComplication

      attribute :malignancy_within_first_3_months, DatedConfirmation
      attribute :malignancy_within_first_12_months, DatedConfirmation
      attribute :recipient_pregnancy, DatedConfirmation
      attribute :acute_rejection_biopsy_proven, DatedConfirmation
      attribute :primary_or_recurrent_renal_disease, DatedConfirmation
    end
  end
end

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.1.0 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.167 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.166 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.165 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.164 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.163 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.162 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.161 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.160 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.159 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.158 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.157 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.156 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.155 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.153 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.152 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.151 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.149 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.148 app/documents/renalware/transplants/recipient_followup_document.rb