Skip to content

Commit

Permalink
oehf#456 remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed Sep 1, 2024
1 parent 29fa370 commit 919bbea
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public interface CDAR2Constants {

String IHE_LAB_SCHEMA = "/schema/ihe_lab/infrastructure/cda/LabCDA.xsd";

/** @deprecated use HITSP_32_2_4_SCHEMA **/
@Deprecated()
String HITSP_24_SCHEMA = "/schema/hitspc32_v2.4_20090414/infrastructure/cda/C32_CDA.xsd";

String HITSP_32_2_4_SCHEMA = "/schema/hitspc32_v2.4_20090414/infrastructure/cda/C32_CDA.xsd";
String HITSP_32_2_5_SCHEMA = "/schema/hitspc32_v2.5_20101007/infrastructure/cda/C32_CDA.xsd";

Expand All @@ -41,10 +37,6 @@ public interface CDAR2Constants {

String CDA_PHMR_SCHEMATRON_RULES = "/schematron/cda_phmr/PHMR.sch";

/** @deprecated use HITSP_32_2_4_SCHEMATRON_RULES **/
@Deprecated()
String HITSP_24_SCHEMATRON_RULES = "/schematron/hitsp32_v2.4_20090414/HITSP_C32.sch";

String HITSP_32_2_4_SCHEMATRON_RULES = "/schematron/hitsp32_v2.4_20090414/HITSP_C32.sch";
String HITSP_32_2_5_SCHEMATRON_RULES = "/schematron/hitspc32_v2.5_20101007/HITSP_C32.sch";

Expand Down

0 comments on commit 919bbea

Please sign in to comment.