-
{
- handleMetadataChange({
- PatientSex: e.target.value,
- });
- }}
- />
-
kg}
- labelClassName="text-[13px] font-inter text-white"
- className="!m-0 !h-[26px] !w-[117px]"
- value={metadata.PatientWeight || ''}
- onChange={e => {
- handleMetadataChange({
- PatientWeight: e.target.value,
- });
- }}
- id="weight-input"
- />
-
bq}
- labelClassName="text-[13px] font-inter text-white"
- className="!m-0 !h-[26px] !w-[117px]"
- value={
- metadata.RadiopharmaceuticalInformationSequence.RadionuclideTotalDose || ''
- }
- onChange={e => {
- handleMetadataChange({
- RadiopharmaceuticalInformationSequence: {
- RadionuclideTotalDose: e.target.value,
- },
- });
- }}
- />
-
s}
- labelClassName="text-[13px] font-inter text-white"
- className="!m-0 !h-[26px] !w-[117px]"
- value={metadata.RadiopharmaceuticalInformationSequence.RadionuclideHalfLife || ''}
- onChange={e => {
- handleMetadataChange({
- RadiopharmaceuticalInformationSequence: {
- RadionuclideHalfLife: e.target.value,
- },
- });
- }}
- />
-
s}
- labelClassName="text-[13px] font-inter text-white"
- className="!m-0 !h-[26px] !w-[117px]"
- value={
- metadata.RadiopharmaceuticalInformationSequence.RadiopharmaceuticalStartTime ||
- ''
- }
- onChange={e => {
- handleMetadataChange({
- RadiopharmaceuticalInformationSequence: {
- RadiopharmaceuticalStartTime: e.target.value,
- },
- });
- }}
- />
-
s}
- labelClassName="text-[13px] font-inter text-white"
- className="!m-0 !h-[26px] !w-[117px]"
- value={metadata.SeriesTime || ''}
- onChange={() => {}}
- />
+
+
+ {t('Patient Information')}
+
+
+
+ {t('Patient Sex')}
+ {
+ handleMetadataChange({
+ PatientSex: e.target.value,
+ });
+ }}
+ />
+
+
+
+ {t('Weight')}
+ {
+ handleMetadataChange({
+ PatientWeight: e.target.value,
+ });
+ }}
+ id="weight-input"
+ />
+
+
+
+ {t('Total Dose')}
+ {
+ handleMetadataChange({
+ RadiopharmaceuticalInformationSequence: {
+ RadionuclideTotalDose: e.target.value,
+ },
+ });
+ }}
+ />
+
+
+
+ {t('Half Life')}
+ {
+ handleMetadataChange({
+ RadiopharmaceuticalInformationSequence: {
+ RadionuclideHalfLife: e.target.value,
+ },
+ });
+ }}
+ />
+
+
+
+ {t('Injection Time')}
+ {
+ handleMetadataChange({
+ RadiopharmaceuticalInformationSequence: {
+ RadiopharmaceuticalStartTime: e.target.value,
+ },
+ });
+ }}
+ />
+
+
+
+ {t('Acquisition Time')}
+ {}}
+ />
+
+
-
+