CodePudding user response:
Tinformation=recordPatientID,
PatientName
PatientBirthDate,
PatientSex,
StudyID,
StudyDate,
StudyTime,
InstitutionName,
Manufacturer,
NumerOfFrames: String
end;
.
Var
Information: TInformation;
.
Procedure LoadFileInformation (FileName: String);
Var
Ds: TDComFileClass;
The begin
Ds:=dcom. The read_file (FileName);
Information... :=ds... ;
end;
end;