Sha256: 512f6426365e1242a3785694209924abc7f331f17b5972a3734fc09cda9f8c56

Contents?: true

Size: 452 Bytes

Versions: 1

Compression:

Stored size: 452 Bytes

Contents

task DQAAD

  fluent premCure
    {}, {}
  initially true

  fluent priseDeSangRecente
    {PriseDeSang:end}, {}

  trackvar annulation
    {Consultation:end}

  seq
    Secretaria
    if premCure
      DecisionMedicale
    else
      if not(priseDeSangRecente)
        PriseDeSang
      end
      VerificationPriseDeSang
    end
    Consultation
    if not(annulation)
      PrescriptionCure
      Instillation
    end
    RetourSecretaria
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gisele-0.6.0 examples/dqaad/dqaad.gis