示例#1
0
 /// <summary>
 /// Get all REASONFORSTUDY Records from OBR
 /// </summary>
 public static List <CE> GetAllREASONFORSTUDYRecords(this OBR message)
 {
     return(message.GetAllRecords <CE>("REASONFORSTUDYRepetitionsUsed", "GetREASONFORSTUDY"));
 }
示例#2
0
 /// <summary>
 /// Get all RESULTCOPIESTO Records from OBR
 /// </summary>
 public static List <CN> GetAllRESULTCOPIESTORecords(this OBR message)
 {
     return(message.GetAllRecords <CN>("RESULTCOPIESTORepetitionsUsed", "GetRESULTCOPIESTO"));
 }
示例#3
0
 /// <summary>
 /// Get all QUANTITYTIMING Records from OBR
 /// </summary>
 public static List <CM> GetAllQUANTITYTIMINGRecords(this OBR message)
 {
     return(message.GetAllRecords <CM>("QUANTITYTIMINGRepetitionsUsed", "GetQUANTITYTIMING"));
 }
示例#4
0
 /// <summary>
 /// Get all ORDERCALLBACKPHONENUM Records from OBR
 /// </summary>
 public static List <TN> GetAllORDERCALLBACKPHONENUMRecords(this OBR message)
 {
     return(message.GetAllRecords <TN>("ORDERCALLBACKPHONENUMRepetitionsUsed", "GetORDERCALLBACKPHONENUM"));
 }
示例#5
0
 /// <summary>
 /// Get all ORDERINGPROVIDER Records from OBR
 /// </summary>
 public static List <CN> GetAllORDERINGPROVIDERRecords(this OBR message)
 {
     return(message.GetAllRecords <CN>("ORDERINGPROVIDERRepetitionsUsed", "GetORDERINGPROVIDER"));
 }
示例#6
0
 /// <summary>
 /// Get all COLLECTORIDENTIFIER Records from OBR
 /// </summary>
 public static List <CN> GetAllCOLLECTORIDENTIFIERRecords(this OBR message)
 {
     return(message.GetAllRecords <CN>("COLLECTORIDENTIFIERRepetitionsUsed", "GetCOLLECTORIDENTIFIER"));
 }