Skip to content

Commit

Permalink
Merge pull request #115 from OHDSI/cprd-vendor-rename
Browse files Browse the repository at this point in the history
Update CprdPersonBuilder.cs
  • Loading branch information
bradanton authored Sep 3, 2024
2 parents e7f65ad + 9a4da76 commit 754502c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class CprdVendor : Vendor
{
public override DateTime? SourceReleaseDate { get; set; }

public override string Name => "CprdV5";
public override string Name => "Cprd";
public override string Folder => "CPRD";
public override string Description => "Cprd v5.4";
public override string CdmSource => "";
Expand Down

0 comments on commit 754502c

Please sign in to comment.