Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
MAT-7855 revert accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 18, 2024
1 parent c5adca2 commit d248d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ const DemographicsSection = ({ canEdit }) => {
const newExpiredElement: DataElement = new PatientCharacteristicExpired(
expiredElement
);
newExpiredElement.dataE
newExpiredElement.expiredDatetime = val;
setLivingStatusDataElement(newExpiredElement);
dispatch({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,7 @@ export const getEthnicityDataElement = (

export const getLivingStatusDataElement = (): DataElement => {
const pce: DataElement = new PatientCharacteristicExpired();
pce.dataElementCodes = [
{
system: "2.16.840.1.113883.6.96",
version: "20240901",
code: "184115007",
display: "Patient sex unknown (finding)",
}
];
pce.dataElementCodes = [];
return pce;
};

Expand Down

0 comments on commit d248d9a

Please sign in to comment.