Skip to content

Commit

Permalink
fix: minor rebrand update
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangst committed Mar 25, 2023
1 parent 1b86226 commit 2bdf994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ If you are having problems using this SDK or have a question about the Annotator
refer here:
* [README](README.md)
* [Annotator for Clinical Data documentation](https://merative.github.io/acd-containers/)
* [Annotator for Clinical Data product site](https://www.ibm.com/cloud/watson-annotator-for-clinical-data)
* [Annotator for Clinical Data Support page](https://merative.github.io/acd-containers/support/support/)

# Issues
If you encounter an issue with the project, you are welcome to submit a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public class Constants {
public static final String VERSION = "VERSION";
public static final String IAM_URL = "IAM_URL";
public static final String DISABLE_SSL = "DISABLE_SSL";
public static final String PROFILE_ID = "wh_acd.ibm_clinical_insights_v1.0_profile";
public static final String FLOW_ID = "wh_acd.ibm_clinical_insights_v1.0_standard_flow";
public static final String CARTRIDGE_ID = "wh_acd.ibm_clinical_insights_v1.0";
public static final String PROFILE_ID = "acd.acd_clinical_insights_v1.0_profile";
public static final String FLOW_ID = "acd.acd_clinical_insights_v1.0_standard_flow";
public static final String CARTRIDGE_ID = "acd.acd_clinical_insights_v1.0";
public static final String ATTRIBUTE_DETECTION_NAME = "attribute_detection";
public static final String ALLERGY = "allergy";
public static final String BATHING = "bathing_assistance";
Expand Down

0 comments on commit 2bdf994

Please sign in to comment.