message.removeFileMetaInformation¶ Signature: message.removeFileMetaInformation() Returns: void Removes the File Meta Information (group 0002) elements from the current DICOM object. Parameters¶ None Example¶ // assumes `message` is a DICOM message model object // Remove the File Meta Information (group 0002) from the current message message.removeFileMetaInformation();