Exemplo n.º 1
0
 public GbvScreeningsMessage(GbvScreeningExtractView patient)
 {
     patient.PatientExtractView.GbvScreeningExtracts = new List <GbvScreeningExtractView>();
     Demographic = patient.PatientExtractView;
     Extracts.Add(patient);
     GbvScreeningExtracts.Add(patient);
 }
Exemplo n.º 2
0
 public IMessage <GbvScreeningExtractView> Generate(GbvScreeningExtractView extract)
 {
     return(new GbvScreeningsMessage(extract));
 }