/// <summary>
 /// Template Constructor
 /// </summary>
 public TP146002GB01_TriageAttachment()
     : base()
 {
     act = new act_ObservationMedia();
     act.templateId = TEMPLATEID;
     act.templateText = TEMPLATETEXT;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Template Constructor
 /// </summary>
 public TP146224GB02_Attachment()
     : base()
 {
     act = new act_ObservationMedia();
     act.templateId = TEMPLATEID;
     act.templateText = TEMPLATETEXT;
 }