Skip to content

Commit

Permalink
Fixed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Feb 13, 2025
1 parent a109796 commit 5b30999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configs/bahmniemr/initializer/liquibase/liquibase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<include file="labs.xml" relativeToChangelogFile="true"/>

<!-- Identifier Type -->
<changeSet id="postbahmni-2025-02-13-213-12" author="ruhanga">
<changeSet id="postbahmni-2025-02-13-13-12" author="ruhanga">
<comment>
Set Identifier type 'Patient Identifier' UUID
</comment>
<update tableName="identifier_type">
<update tableName="patient_identifier_type">
<column name="uuid" value="cb013d56-d1e0-4a1f-8d6e-652b35ec191d"/>
<where>name='Patient Identifier'</where>
</update>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"91a9d35d-ff9c-455b-8c10-24d6c2c5c71f",,"impl.pmrsId","impl.pmrsId.desc","FALSE","^[0-9]{3}-[0-9]{3}-[0-9]{3}-[0-9]","impl.pmrsId.desc.format",,"NOT_USED",
"bf296dc6-3132-4637-a7d1-ca1e8da82e4b",,"impl.legacyId","impl.legacyId.desc","FALSE",,,,"NOT_USED","UNIQUE"
"8d793bee-c2cc-11de-8d13-0010c6dffd0f",,"impl.openmrsId","impl.openmrsId.desc","FALSE","[0-9]{6}[0-9]{1}","impl.openmrsId.desc.format","org.openmrs.module.idgen.validator.LuhnMod10IdentifierValidator","NOT_USED","UNIQUE"
"cb013d56-d1e0-4a1f-8d6e-652b35ec191d",TRUE,,,,,,,,
"cb013d56-d1e0-4a1f-8d6e-652b35ec191d",,"Patient Identifier","New patient identifier type created for use by the Bahmni Registration System","FALSE",,,,"NOT_USED",,

0 comments on commit 5b30999

Please sign in to comment.