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.0.pre.rc7 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc6 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc5 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc4 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc3 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.rc1 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta12 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta11 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta10 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta9 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta8 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta7 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta6 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta5 app/documents/renalware/transplants/recipient_followup_document.rb
renalware-core-2.0.0.pre.beta4 app/documents/renalware/transplants/recipient_followup_document.rb