Example #1
0
 public DefaulterTracingsMessage(DefaulterTracingExtractView patient)
 {
     patient.PatientExtractView.DefaulterTracingExtracts = new List <DefaulterTracingExtractView>();
     Demographic = patient.PatientExtractView;
     Extracts.Add(patient);
     DefaulterTracingExtracts.Add(patient);
 }
Example #2
0
 public IMessage <DefaulterTracingExtractView> Generate(DefaulterTracingExtractView extract)
 {
     return(new DefaulterTracingsMessage(extract));
 }