Esempio n. 1
0
 /// <summary>
 /// Get all ORDER Records from ORR_O02_PATIENT
 /// </summary>
 public static List <ORR_O02_ORDER> GetAllORDERRecords(this ORR_O02_PATIENT message)
 {
     return(message.GetAllRecords <ORR_O02_ORDER>("ORDERRepetitionsUsed", "GetORDER"));
 }
Esempio n. 2
0
 /// <summary>
 /// Get all NTE Records from ORR_O02_PATIENT
 /// </summary>
 public static List <NTE> GetAllNTERecords(this ORR_O02_PATIENT message)
 {
     return(message.GetAllRecords <NTE>("NTERepetitionsUsed", "GetNTE"));
 }