gradienthealth/dicom-protos

Create module proto messages

suyashkumar opened this issue · 1 comments

Generate protocol buffer messages for modules. Right now all of the attribute messages for a module are printed to a file called MODULE.proto, however within that file we also want to create a message for the module:

// MODULE.proto
message MODULE {
    MyAttributeOne my_attribute_one = 1;
    MyAttributeTwo my_attribute_two = 2;
    ...
}

@mzhu22 just to put on your radar, could be a good initial starter task in golang if you're interested! We can discuss further when we meet