Skip to content

Commit 522f0f3

Browse files
authored
Update NCPDP display name to specify the name of the standard, not just the standards body (#157)
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
1 parent 956c284 commit 522f0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/com/mirth/connect/plugins/datatypes/ncpdp/NCPDPDataTypeClientPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public NCPDPDataTypeClientPlugin(String name) {
2626

2727
@Override
2828
public String getDisplayName() {
29-
return "NCPDP";
29+
return "NCPDP Telecom";
3030
}
3131

3232
@Override

client/src/com/mirth/connect/plugins/datatypes/ncpdp/NCPDPDataTypeCodeTemplatePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ protected DataTypeDelegate getDataTypeDelegate() {
2525

2626
@Override
2727
protected String getDisplayName() {
28-
return "NCPDP";
28+
return "NCPDP Telecom";
2929
}
3030
}

0 commit comments

Comments
 (0)