Example #1
0
 public override System.String FromHl7ToDicom(System.String hl7Value)
 {
     CommonTimeFormat commonTimeFormat = new CommonTimeFormat();
     commonTimeFormat.FromHl7Format(hl7Value);
     return commonTimeFormat.ToDicomFormat();
 }