Skip to content

Commit

Permalink
Specialty default conceptId rule updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bradanton committed Aug 29, 2024
1 parent 6403403 commit 4856d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Mapper>
</ConceptIdMappers>
<Fields>
<Field key="SPECIALTY_SOURCE_VALUE"/>
<Field key="SPECIALTY_SOURCE_VALUE" defaultConceptId="38004514"/>
</Fields>
</Concept>
</Concepts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ public override IEnumerable<IEntity> GetConcepts(Concept concept, IDataRecord re
long? specialtyConcept = null;
long? specialtySourceConceptId = null;

//(Unknown Physician Specialty)
var defaultConceptId = 38004514;

var defaultConceptId = 0;
if (conceptField.DefaultConceptId.HasValue)
{
defaultConceptId = conceptField.DefaultConceptId.Value;
Expand Down

0 comments on commit 4856d35

Please sign in to comment.