コード例 #1
0
 /// <summary>
 /// Get all PR1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <PR1> GetAllPR1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <PR1>("PR1RepetitionsUsed", "GetPR1"));
 }
コード例 #2
0
 /// <summary>
 /// Get all IN1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <IN1> GetAllIN1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <IN1>("IN1RepetitionsUsed", "GetIN1"));
 }
コード例 #3
0
 /// <summary>
 /// Get all DG1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <DG1> GetAllDG1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <DG1>("DG1RepetitionsUsed", "GetDG1"));
 }
コード例 #4
0
 /// <summary>
 /// Get all NK1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <NK1> GetAllNK1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <NK1>("NK1RepetitionsUsed", "GetNK1"));
 }
コード例 #5
0
 /// <summary>
 /// Get all GT1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <GT1> GetAllGT1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <GT1>("GT1RepetitionsUsed", "GetGT1"));
 }
コード例 #6
0
 /// <summary>
 /// Get all INSURANCE Records from BAR_P01_VISIT
 /// </summary>
 public static List <BAR_P01_INSURANCE> GetAllINSURANCERecords(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <BAR_P01_INSURANCE>("INSURANCERepetitionsUsed", "GetINSURANCE"));
 }
コード例 #7
0
 /// <summary>
 /// Get all AL1 Records from BAR_P01_VISIT
 /// </summary>
 public static List <AL1> GetAllAL1Records(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <AL1>("AL1RepetitionsUsed", "GetAL1"));
 }
コード例 #8
0
 /// <summary>
 /// Get all OBX Records from BAR_P01_VISIT
 /// </summary>
 public static List <OBX> GetAllOBXRecords(this BAR_P01_VISIT message)
 {
     return(message.GetAllRecords <OBX>("OBXRepetitionsUsed", "GetOBX"));
 }