User bio
404 bio not found
Member since Sep 9, 2020
Replies:

A little more information.

This is the XML I have:

<?xml version="1.0" encoding="UTF-8"?>
<ICNARC xmlns="http://tempuri.org/ICMPDSv3_1.xsd">
   <ADMISSION>
      <InpatientSpellidentifier>53352</InpatientSpellidentifier>
      <ACON>U</ACON>
      <ACSD>0</ACSD>
   </ADMISSION>
</ICNARC>

This is the class

Class pacIPM.reqICNARC Extends (%Persistent, %Populate, %XML.Adaptor)
{ 
Property InpatientSpellidentifier As %String;

Property ACON As %String;

Property ACSD As %String;
}

However, I am getting the following error when I enable the service.

ERROR #6232: Datatype validation failed for tag, ADMISSION (ending at line 3 character 13), with value:

Certifications & Credly badges:
Adrian has no Certifications & Credly badges yet.
Global Masters badges:
Adrian has no Global Masters badges yet.
Followers:
Adrian has no followers yet.
Following:
Adrian has not followed anybody yet.