Exemplo n.º 1
0
 public DCMFileMeta(TransferSyntax transfer)
 {
     this.syn = transfer;
 }
Exemplo n.º 2
0
 public DCMDataSequence(TransferSyntax syn) : base(syn)
 {
     this.syn = syn;
 }
Exemplo n.º 3
0
 public DCMDataItem(TransferSyntax syn) : base(syn)
 {
     this.syn = syn;
 }
Exemplo n.º 4
0
 public DCMDataSet(TransferSyntax transfer)
 {
     this.syn = transfer;
 }