@@ -54,17 +54,17 @@ public async Task OnAuthConfirmFor(JObject response)
5454 Log . Information ( $ "Access Token is: { authOnConfirmResponse . Auth . AccessToken } ") ;
5555 if ( authOnConfirmResponse . Auth . Patient != null )
5656 {
57- Log . Information ( "Patient Demographics Details: " + $ " Name: { authOnConfirmResponse . Auth . Patient . Name } ,"+
57+ Log . Information ( "Patient Demographics Details: " + $ " Name: { authOnConfirmResponse . Auth . Patient . Name } , "+
5858 $ "Id: { authOnConfirmResponse . Auth . Patient . Id } , "+
59- $ "Birth Year: { authOnConfirmResponse . Auth . Patient . YearOfBirth } , "+
59+ $ "Birth Year: { authOnConfirmResponse . Auth . Patient . YearOfBirth } , "+
6060 $ "Gender: { authOnConfirmResponse . Auth . Patient . Gender } , ") ;
6161 if ( authOnConfirmResponse . Auth . Patient . Address != null )
6262 {
6363 Log . Information ( "Patient Address Details: " +
64- $ " District: { authOnConfirmResponse . Auth . Patient . Address . District } , "+
65- $ " State: { authOnConfirmResponse . Auth . Patient . Address . State } , "+
66- $ " Line: { authOnConfirmResponse . Auth . Patient . Address . Line } ,"+
67- $ " Pincode: { authOnConfirmResponse . Auth . Patient . Address . PinCode } ") ;
64+ $ " District: { authOnConfirmResponse . Auth . Patient . Address . District } , "+
65+ $ " State: { authOnConfirmResponse . Auth . Patient . Address . State } , "+
66+ $ " Line: { authOnConfirmResponse . Auth . Patient . Address . Line } , "+
67+ $ " Pincode: { authOnConfirmResponse . Auth . Patient . Address . PinCode } ") ;
6868 }
6969 }
7070 }
0 commit comments