Answered my own question:
I had to clarify the vendor xpath with the main element of the hl7 xpath like so:
hl7:ClinicalDocument/vn:vendorData/vn:myData .....
SS
----------
Sam
"Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is...
I have an HL7 xml document that uses the namespace xmlns:hl7="urn:hl7-org:v3" (this is a standardized XSD used in the healthcare industry) and also uses a name space for a vendor xmlns:vn="http://vendor.com/file". I have no problem accessing the elements of the xml document in the hl7 namespace...
Thank worked..Thanks.
Sam
----------
Sam
"Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest."
- Isaac Asimov
I figured out my problem creating a network connection but now can't seem to disconnect anything I create even though I can go to my computer and see that the drive is physically there and navigate through it.
I keep getting error 2250 ERROR_NOT_CONNECTED.
Here's my disconnect code
Public...
Thanks for the feedback.
I resolved the issue by removing the marshalling statements from the structure.
I can now connect to a network.
----------
Sam
"Part of the inhumanity of the computer is that, once it is competently programmed and working smoothly, it is completely honest."
-...
I'm new to using windows api's via vb.net.
I'm trying to dynamically create a network connection using WNetAddConnection2 and I keep getting ERROR_BAD_DEVICE.
MSDN states that this error means "The value specified by lpLocalName is invalid."
Any thoughts on how to resolve this error would be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.