Пример #1
0
 public AllergiesChronicIllnesssMessage(AllergiesChronicIllnessExtractView patient)
 {
     patient.PatientExtractView.AllergiesChronicIllnessExtracts = new List <AllergiesChronicIllnessExtractView>();
     Demographic = patient.PatientExtractView;
     Extracts.Add(patient);
     AllergiesChronicIllnessExtracts.Add(patient);
 }
Пример #2
0
 public IMessage <AllergiesChronicIllnessExtractView> Generate(AllergiesChronicIllnessExtractView extract)
 {
     return(new AllergiesChronicIllnesssMessage(extract));
 }