Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 cbv
		
			cbv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I'm trying to create a set analysis to look at patients that meet at least one of 2 criteria: Acuity = 1 or Disposition = PICU. I would like it to sum the patients seen that meet either 1 or both of those criteria.
I have the below set analysis but know it's looking for patients that meet both - how do I adjust this so that it does an OR not an AND?Is there something other than a set analysis I should use?
count({<
[Acuity]={1},
[Disposition]={'PICU'}>}
[Patient Seen])
 Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@cbv like ?
count({<[Acuity]={1}>+<[Disposition]={'PICU'}>} [Patient Seen]) Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@cbv like ?
count({<[Acuity]={1}>+<[Disposition]={'PICU'}>} [Patient Seen]) cbv
		
			cbv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		perfect, thanks so much!
 cbv
		
			cbv
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		As a follow-up, is there a way to create a selector for this without editing the script (I don't' have access). So I could ideally select this and it would add a condition to the current selections to pull any patient with an acuity of 1 or disposition of PICU? Trying to build out a table to show patient level detail of anyone meeting these criteria.
