Viewing 9 posts - 1 through 9 (of 9 total)
Phil,
Per your advice I have made the following revisions. Is this accurate?
SET XACT_ABORT ON;
BEGIN TRY
BEGIN TRANSACTION;
/*This routine sets any SOAP Note where there is no matched claims...
August 13, 2019 at 4:43 pm
I made the below change to my code in access (added single quotes around parameters) and it worked.
Thanks Drew you were right I needed to submit all three parameters
July 19, 2019 at 8:54 pm
Hi Drew,
In my where clause I have it accepting @TIN or @ParentGroupName is this the correct way to handle this?
WHERE ((T1.[TIN] = @TIN OR T1.[PARENT_GROUP_NAME] = @ParentGroupName)...
July 19, 2019 at 8:45 pm
Thank you very much.....
June 21, 2016 at 11:41 am
Thank you so much that worked like a charm... Also, I will make sure to use the correct format in future posts.
October 13, 2015 at 6:52 pm
If the invoice only contains HCC=12 then return 12 if the invoice contains HCC 12 and 13 then 12 trumps 13 so return 12. Basically if the invoice only contains...
May 20, 2015 at 7:09 am
Thanks stewartc this helps....
January 6, 2011 at 11:40 am
Ok, thanks for the response..
Brian
March 25, 2010 at 5:33 am
Viewing 9 posts - 1 through 9 (of 9 total)