This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release/0.3.0'
- Loading branch information
Showing
536 changed files
with
6,241 additions
and
3,714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,69 @@ | ||
/.project | ||
/.settings/ | ||
/.idea | ||
/*.ipr | ||
/*.iws | ||
### | ||
# dsf common ignores | ||
### | ||
**/.classpath | ||
**/.project | ||
**/.idea/ | ||
**/.settings/ | ||
**/target/ | ||
|
||
**/*.iml | ||
|
||
### | ||
# dsf-bpe ignores | ||
### | ||
dsf-bpe/dsf-bpe-server-jetty/docker/dsf_bpe.jar | ||
dsf-bpe/dsf-bpe-server-jetty/docker/lib/*.jar | ||
dsf-bpe/dsf-bpe-server-jetty/docker/plugin/*.jar | ||
|
||
### | ||
# dsf-fhir ignores | ||
### | ||
dsf-fhir/dsf-fhir-server-jetty/conf/bundle.xml | ||
dsf-fhir/dsf-fhir-server-jetty/conf/config.properties | ||
dsf-fhir/dsf-fhir-server-jetty/docker/dsf_fhir.jar | ||
dsf-fhir/dsf-fhir-server-jetty/docker/lib/*.jar | ||
|
||
### | ||
# dsf-docker-test-setup ignores | ||
### | ||
dsf-docker-test-setup/bpe/app/conf/*.p12 | ||
dsf-docker-test-setup/bpe/app/last_event/time.file | ||
dsf-docker-test-setup/bpe/app/log/*.log | ||
dsf-docker-test-setup/bpe/app/log/*.log.gz | ||
dsf-docker-test-setup/bpe/app/plugin/*.jar | ||
dsf-docker-test-setup/bpe/db/postgres-data/ | ||
dsf-docker-test-setup/bpe/proxy/ssl/*.pem | ||
|
||
dsf-docker-test-setup/fhir/app/conf/*.p12 | ||
dsf-docker-test-setup/fhir/app/conf/bundle.xml | ||
dsf-docker-test-setup/fhir/app/conf/config.properties | ||
dsf-docker-test-setup/fhir/app/log/*.log | ||
dsf-docker-test-setup/fhir/app/log/*.log.gz | ||
dsf-docker-test-setup/fhir/db/postgres-data/ | ||
dsf-docker-test-setup/fhir/proxy/ssl/*.pem | ||
|
||
### | ||
# dsf-docker-test-setup-3medic-ttp ignores | ||
### | ||
dsf-docker-test-setup-3medic-ttp/**/bpe/app/conf/*.p12 | ||
dsf-docker-test-setup-3medic-ttp/**/bpe/app/conf/config.properties | ||
dsf-docker-test-setup-3medic-ttp/**/bpe/app/plugin/*.jar | ||
dsf-docker-test-setup-3medic-ttp/**/bpe/proxy/ssl/*.pem | ||
|
||
dsf-docker-test-setup-3medic-ttp/**/fhir/app/conf/*.p12 | ||
dsf-docker-test-setup-3medic-ttp/**/fhir/app/conf/bundle.xml | ||
dsf-docker-test-setup-3medic-ttp/**/fhir/app/conf/config.properties | ||
dsf-docker-test-setup-3medic-ttp/**/fhir/proxy/ssl/*.pem | ||
|
||
### | ||
# dsf-tools ignores | ||
### | ||
dsf-tools/dsf-tools-test-data-generator/bundle/*.xml | ||
|
||
dsf-tools/dsf-tools-test-data-generator/cert/**/*.pem | ||
dsf-tools/dsf-tools-test-data-generator/cert/**/*.csr | ||
dsf-tools/dsf-tools-test-data-generator/cert/**/*.p12 | ||
dsf-tools/dsf-tools-test-data-generator/cert/thumbprints.txt | ||
|
||
dsf-tools/dsf-tools-test-data-generator/config/*.properties |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 0 additions & 87 deletions
87
dsf-bpe/dsf-bpe-process-base/src/main/java/org/highmed/dsf/bpe/Constants.java
This file was deleted.
Oops, something went wrong.
45 changes: 45 additions & 0 deletions
45
dsf-bpe/dsf-bpe-process-base/src/main/java/org/highmed/dsf/bpe/ConstantsBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
package org.highmed.dsf.bpe; | ||
|
||
import org.hl7.fhir.r4.model.CodeType; | ||
|
||
public interface ConstantsBase | ||
{ | ||
String VARIABLE_MESSAGE_NAME = "messageName"; | ||
String VARIABLE_PROCESS_DEFINITION_KEY = "processDefinitionKey"; | ||
String VARIABLE_VERSION_TAG = "versionTag"; | ||
String VARIABLE_PROFILE = "profile"; | ||
// String VARIABLE_TARGET_ORGANIZATION_ID = "targetOrganizationId"; | ||
// String VARIABLE_CORRELATION_KEY = "correlationKey"; | ||
String VARIABLE_MULTI_INSTANCE_TARGET = "multiInstanceTarget"; | ||
String VARIABLE_MULTI_INSTANCE_TARGETS = "multiInstanceTargets"; | ||
String VARIABLE_TASK = "task"; | ||
String VARIABLE_LEADING_TASK = "leadingTask"; | ||
String VARIABLE_BUNDLE_ID = "bundleId"; | ||
String VARIABLE_QUERY_PARAMETERS = "queryParameters"; | ||
String VARIABLE_TTP_IDENTIFIER = "ttp"; | ||
|
||
/** | ||
* Used to distinguish if I am at the moment in a process called by another process by a CallActivity or not | ||
*/ | ||
String VARIABLE_IN_CALLED_PROCESS = "inCalledProcess"; | ||
|
||
String CODESYSTEM_HIGHMED_BPMN = "http://highmed.org/fhir/CodeSystem/bpmn-message"; | ||
String CODESYSTEM_HIGHMED_BPMN_VALUE_MESSAGE_NAME = "message-name"; | ||
String CODESYSTEM_HIGHMED_BPMN_VALUE_BUSINESS_KEY = "business-key"; | ||
String CODESYSTEM_HIGHMED_BPMN_VALUE_CORRELATION_KEY = "correlation-key"; | ||
String CODESYSTEM_HIGHMED_BPMN_VALUE_ERROR_MESSAGE = "error"; | ||
|
||
String PROCESS_URI_BASE = "http://highmed.org/bpe/Process/"; | ||
|
||
String ORGANIZATION_IDENTIFIER_SYSTEM = "http://highmed.org/fhir/NamingSystem/organization-identifier"; | ||
String ORGANIZATION_TYPE_SYSTEM = "http://highmed.org/fhir/CodeSystem/organization-type"; | ||
String ORGANIZATION_TYPE_TTP = "TTP"; | ||
String ENDPOINT_IDENTIFIER_SYSTEM = "http://highmed.org/fhir/NamingSystem/endpoint-identifier"; | ||
|
||
String EXTENSION_QUERY_URI = "http://highmed.org/fhir/StructureDefinition/query"; | ||
String CODESYSTEM_QUERY_TYPE = "http://highmed.org/fhir/CodeSystem/query-type"; | ||
String CODESYSTEM_QUERY_TYPE_AQL = "application/x-aql-query"; | ||
CodeType AQL_QUERY_TYPE = new CodeType(CODESYSTEM_QUERY_TYPE_AQL).setSystem(CODESYSTEM_QUERY_TYPE); | ||
|
||
String OPENEHR_MIMETYPE_JSON = "application/json"; | ||
} |
Oops, something went wrong.