update medipost order xml for live

This commit is contained in:
2025-09-05 15:09:11 +03:00
parent 3d268b6061
commit 54856b0e45
3 changed files with 28 additions and 44 deletions

View File

@@ -10,6 +10,7 @@ import {
getClientInstitution,
getClientPerson,
getConfidentiality,
getOrderEnteredPerson,
getPais,
getPatient,
getProviderInstitution,
@@ -558,9 +559,12 @@ export async function composeOrderXML({
<!--<TeostajaAsutus>-->
${getProviderInstitution()}
<!--<TellijaIsik>-->
${getClientPerson(person)}
${getClientPerson()}
<!--<SisestajaIsik>-->
${getOrderEnteredPerson()}
<TellijaMarkused>${comment ?? ''}</TellijaMarkused>
${getPatient(person)}
<!--<Patsient>-->
${getPatient(person)}
${getConfidentiality()}
${specimenSection.join('')}
${analysisSection?.join('')}