File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/MP9-3-0-0-beta/_internalTools Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7878 </delete >
7979
8080 <!-- Retrieve -->
81+ <echo >[convert_ada2nts_pull_meddata_930] Retrieve input.dir = ${xsl.input.mg.abs}, output.dir = ${xsl.output.mg.abs}"</echo >
8182 <antcall target =" convert_ada_2_nts_medicationdata-pull_sub" >
8283 <param name =" xsl.out" value =" ${xsl.output.dummy}" />
8384 <param name =" transaction.type" value =" Retrieve" />
Original file line number Diff line number Diff line change 645645 <xsl : when test =" contains($buildingBlockShort, 'MA')" >MedicationAgreement</xsl : when >
646646 <xsl : when test =" contains($buildingBlockShort, 'MGB')" >MedicationUse</xsl : when >
647647 <xsl : when test =" contains($buildingBlockShort, 'TA')" >AdministrationAgreement</xsl : when >
648- <xsl : when test =" $buildingBlockShort = 'VV'" >DispenseRequest</xsl : when >
649- <xsl : when test =" $buildingBlockShort = 'MTD'" >MedicationAdministration</xsl : when >
650- <xsl : when test =" $buildingBlockShort = 'MVE'" >MedicationDispense</xsl : when >
648+ <xsl : when test =" contains($buildingBlockShort, 'MTD')" >MedicationAdministration</xsl : when >
651649 <xsl : when test =" contains($buildingBlockShort, 'WDS')" >VariableDosingRegimen</xsl : when >
650+ <xsl : when test =" contains($buildingBlockShort, 'VV')" >DispenseRequest</xsl : when >
651+ <xsl : when test =" contains($buildingBlockShort, 'MVE')" >MedicationDispense</xsl : when >
652652 <xsl : otherwise >
653653 <xsl : call-template name =" util:logMessage" >
654654 <xsl : with-param name =" level" select =" $logFATAL" />
You can’t perform that action at this time.
0 commit comments