dicom - Add new tags on dcm4chee -
i'm working dcm4chee now,and have demand add custom fields,for example patient's id card number,mobile fhone number , address. after googling related information,i still confused , don't know do.has 1 ever done this?
as pointed out @jap1968, can add
other patient ids (0010,1000)
to include additional patient id numbers. attribute part of patient identification module, attributes expected in dicom objects.
from patient demographic module, optional set of attributes, can example reuse these attributes:
patient’s telephone numbers (0010,2154) patient’s address (0010,1040)
depending on dicom toolkit using process dicom objects, there different methods attribute insertion. in dcm4che, should able use 1 of available dicomobject.put... methods insert new value in dicom object. remember correctness, should update sop instance uid (and potentially other uid:s) modified object.
Comments
Post a Comment