Skip to content

Commit

Permalink
Add metadata for Speech and Language Form
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored and patryllus committed Oct 17, 2024
1 parent c155ac5 commit 9b9f10a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public static final class _EncounterType {
public static final String SOPC = "d14dde5b-95dc-40a1-8ff0-acad34fb58b2";
public static final String POPC = "6f8e49f2-3bff-4aff-909b-20568c316625";
public static final String MAXILLOFACIAL = "92999f52-f352-415a-9e0d-87872e5b2c8d";
public static final String SPEECHANDLANGUAGE = "5d0b6d85-5b88-410c-9f0f-4dab3db7ceb2";
}

public static final class _Form {
Expand Down Expand Up @@ -137,6 +138,7 @@ public static final class _Form {
public static final String SOPC_FORM = "da1f7e74-5371-4997-8a02-b7b9303ddb61";
public static final String POPC_FORM = "d95e44dd-e389-42ae-a9b6-1160d8eeebc4";
public static final String MAXILLOFACIAL_CLINICAL_FORM = "b40d369c-31d0-4c1d-a80a-7e4b7f73bea0";
public static final String SPEECH_AND_LANGAUGE_THERAPY_CLINICAL_FORM = "67f98072-1518-4beb-8a30-aa8a319ee3df";
}

public static final class _OrderType {
Expand Down Expand Up @@ -267,6 +269,7 @@ public void install() {
install(encounterType("SOPC", "SOPC encounter type", _EncounterType.SOPC));
install(encounterType("POPC", "POPC encounter type", _EncounterType.POPC));
install(encounterType("MAXILLOFACIAL", "Maxillofacial encounter type", _EncounterType.MAXILLOFACIAL));
install(encounterType("Speech and Language", "Speech and Language encounter type", _EncounterType.SPEECHANDLANGUAGE));

install(form("Clinical Encounter", null, _EncounterType.CONSULTATION, "1", _Form.CLINICAL_ENCOUNTER));
install(form("Lab Results", null, _EncounterType.LAB_RESULTS, "1", _Form.LAB_RESULTS));
Expand Down Expand Up @@ -300,6 +303,7 @@ public void install() {
install(form("SOPC Form", "Form for Oncology", _EncounterType.SOPC, "1", _Form.SOPC_FORM));
install(form("POPC Form", "Form for Oncology", _EncounterType.POPC, "1", _Form.POPC_FORM));
install(form("Maxillofacial Clinical Form", "Form for Maxillofacial clinical encounter", _EncounterType.MAXILLOFACIAL, "1", _Form.MAXILLOFACIAL_CLINICAL_FORM));
install(form("Speech and Language Therapy Clinical Form", "Form for Speech and Language Therapy clinical encounter", _EncounterType.SPEECHANDLANGUAGE, "1", _Form.SPEECH_AND_LANGAUGE_THERAPY_CLINICAL_FORM));

install(globalProperty(EmrConstants.GP_DEFAULT_LOCATION, "The facility for which this installation is configured",
LocationDatatype.class, null, null));
Expand Down

0 comments on commit 9b9f10a

Please sign in to comment.