Index: DOM/PM/impl/DataM/DataMProductAPI.cls.xml =================================================================== diff -u -r1543 -r1723 --- DOM/PM/impl/DataM/DataMProductAPI.cls.xml (.../DataMProductAPI.cls.xml) (revision 1543) +++ DOM/PM/impl/DataM/DataMProductAPI.cls.xml (.../DataMProductAPI.cls.xml) (revision 1723) @@ -96,7 +96,22 @@ ClassificatieID:%Integer DOM.PM.Classificatie - @@ -107,7 +122,7 @@ Set Key = $Order(^KPHG1("")) While (Key '= "") { - Do ClassificatieLijst.Insert(##class(DOM.PM.impl.DataM.DataMHoofdgroepClassificatie).%New(Key)) + Do ClassificatieLijst.Insert(..GeefClassificatie($Piece(^KPHG1(Key),"\",6))) Set Key = $Order(^KPHG1(Key)) } Quit ##class(TECH.ListIterator).%New(ClassificatieLijst)