Ejemplo n.º 1
0
 public OvcsMessage(OvcExtractView patient)
 {
     patient.PatientExtractView.OvcExtracts = new List <OvcExtractView>();
     Demographic = patient.PatientExtractView;
     Extracts.Add(patient);
     OvcExtracts.Add(patient);
 }
Ejemplo n.º 2
0
 public IMessage <OvcExtractView> Generate(OvcExtractView extract)
 {
     return(new OvcsMessage(extract));
 }