a4a1773c8e17f378f0c524b04a394b28061487ae
3 open System.Collections.Generic
6 let cells = List<Types.Cell>()
8 member val FilePath: string = "" with get
, set
9 member val PatientID: string = "" with get
, set
12 let data = { Pia.sources
= []; Pia.patientID
= this
.PatientID }
13 Pia.save
this.FilePath data
16 let data = Pia.load
this.FilePath
17 this.PatientID <- data.patientID