Example #1
0
 /// <summary>
 /// Get all NTE Records from ORM_O01_PATIENT
 /// </summary>
 public static List <NTE> GetAllNTERecords(this ORM_O01_PATIENT message)
 {
     return(message.GetAllRecords <NTE>("NTERepetitionsUsed", "GetNTE"));
 }