Exemple #1
0
 public static HtsMessageBag Create(List <HTSClientPartnerExtract> patientIndices)
 {
     return(new HtsMessageBag(HtsMessage.Create(patientIndices)));
 }
Exemple #2
0
 public static HtsMessageBag Create(List <HtsClientLinkage> patientIndices)
 {
     return(new HtsMessageBag(HtsMessage.Create(patientIndices)));
 }
Exemple #3
0
 public static HtsMessageBag Create(List <HtsPartnerTracing> patientIndices)
 {
     return(new HtsMessageBag(HtsMessage.Create(patientIndices)));
 }
Exemple #4
0
 public static HtsMessageBag Create(List <HtsPartnerNotificationServices> patientIndices)
 {
     return(new HtsMessageBag(HtsMessage.Create(patientIndices)));
 }
Exemple #5
0
 public static HtsMessageBag Create(List <HtsTestKits> patientIndices)
 {
     return(new HtsMessageBag(HtsMessage.Create(patientIndices)));
 }