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