Skip to main content

HS.XML.WriterFHIR

deprecated class HS.XML.WriterFHIR

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Utility class for writing XML

Method Inventory

Methods

deprecated classmethod %CaptureWriteXMLToStream(pValue, ByRef pStream As %Stream.Object, pRewindStream As %Boolean = 0, pSuppressProlog As %Boolean = 0) as %Status
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
Write a value to a stream as FHIR XML. This method simply wraps object.%ToFHIRXML() with I/O redirection in order to capture the output to a stream. The caller may specify the stream to avoid any additional copying, otherwise, one will be created.
FeedbackOpens in a new tab