User bio
404 bio not found
Member since Jul 28, 2022
Posts:
Andrew S. (Liberty IT Solutions) has not published any posts yet.
Replies:

Right. The size of a message depends on what particular message type you're looking at. You could try something like:

SELECT 
M.FullSize
FROM Ens.MessageHeader H
JOIN EnsLib_HL7.Message M
ON H.MessageBodyId=M.ID
Where H.MessageBodyClassName='EnsLib.HL7.Message'

but it depends on the implementation of the message type you're looking at. 

Certifications & Credly badges:
Andrew S. (Liberty IT Solutions) has no Certifications & Credly badges yet.
Followers:
Andrew S. (Liberty IT Solutions) has no followers yet.
Following:
Andrew S. (Liberty IT Solutions) has not followed anybody yet.