Skip to content

Commit

Permalink
Patient Sex Neutered (0010,2203) dropdown shown up twice on Create Pa…
Browse files Browse the repository at this point in the history
…tient #4306
  • Loading branch information
shral committed Dec 7, 2023
1 parent 04f20fb commit e31153b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -39,10 +39,6 @@
<option *ngFor="let label of _.get(this.appService.global,'uiConfig.dcmuiMWLWorklistLabel')" value="{{label}}">{{label}}</option>
</select>
</ng-container>
<select *ngIf="o === '00102203'" [(ngModel)]="object[o].Value[0]">
<option value="ALTERED">Altered</option>
<option value="UNALTERED">Unaltered</option>
</select>
<select *ngIf="object[o].enum && object[o].enum.length > 0" [(ngModel)]="object[o].Value[0]">
<option *ngIf="!(object[o].required && object[o].required === 1)" value="">*</option>
<option *ngFor="let n of object[o].enum" value="{{n}}">{{n}}</option>
Expand Down

0 comments on commit e31153b

Please sign in to comment.