Sha256: 67f9f4d71b5dd8792ed968cc4105d1158f968b016703499bdc99176b57ddea72

Contents?: true

Size: 850 Bytes

Versions: 35

Compression:

Stored size: 850 Bytes

Contents

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

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.16 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.15 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.14 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.13 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.12 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.11 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.9 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.8 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.7 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.5 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.4 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.3 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.2 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.1 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc13 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc11 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc10 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc9 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc8 app/documents/renalware/transplants/recipient_followup_document.rb