User bio
404 bio not found
Member since Jul 15
Posts:
Replies:
Certifications & Credly badges:
Lee has no Certifications & Credly badges yet.
Global Masters badges:
Lee has no Global Masters badges yet.
Followers:
Lee has no followers yet.
Following:
Lee has not followed anybody yet.
Perfect! The source code for that class method is exactly what I need, thank you.
Just for others who have the same problem, you can do the following:
do $System.Encryption.MD5HashInit() do $System.Encryption.MD5HashUpdate(stream.Read(...)) // Read in each chunk stream set hash = $System.Encryption.MD5HashFinal() set checksum = $ZCONVERT(##class(%xsd.hexBinary).LogicalToXSD(hash), "L")