Mercurial > hg > orthanc-stone
view Deprecated/Resources/CodeGeneration/test_data/test2.yaml @ 1438:96044a18b98d
DicomStructureSetLoader instances are now indexed by their instanceid AND
a uniquekey that is passed (*not* depending on the initially visible structures anymore)
| author | Benjamin Golinvaux <bgo@osimis.io> |
|---|---|
| date | Tue, 19 May 2020 15:29:47 +0200 |
| parents | f6a2d46d2b76 |
| children |
line wrap: on
line source
enum EnumMonth0: - January - February - Month struct Message1: a: int32 b: string c: EnumMonth0 d: bool struct Message2: toto: string tata: vector<Message1> tutu: vector<string> titi: map<string, string> lulu: map<string, Message1>
