US8786594B2 - Method and system for rendering a medical image - Google Patents
Method and system for rendering a medical image Download PDFInfo
- Publication number
- US8786594B2 US8786594B2 US12/457,046 US45704609A US8786594B2 US 8786594 B2 US8786594 B2 US 8786594B2 US 45704609 A US45704609 A US 45704609A US 8786594 B2 US8786594 B2 US 8786594B2
- Authority
- US
- United States
- Prior art keywords
- heart
- voxel
- voxel dataset
- vector representation
- dataset
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/08—Volume rendering
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T15/00—3D [Three Dimensional] image rendering
- G06T15/50—Lighting effects
- G06T15/503—Blending, e.g. for anti-aliasing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/14—Vascular patterns
Definitions
- At least one embodiment of the present invention generally relates to medical imaging, particularly a method and/or system for rendering a medical image of a heart.
- VRT Volume Rendering Technique
- the Volume Rendering Technique renders a volume from the 2-dimensional tomography slices.
- Volume rendering is a technique used to display a 2D projection of a 3D discretely sampled data set.
- a typical 3D data set is a group of 2D slice images acquired by a Computer Tomography (CT) or Magnetic Resonance Imaging (MRI) scanner. Usually these are acquired in a regular pattern (e.g., one slice every millimeter) and usually have a regular number of image pixels in a regular pattern.
- CT Computer Tomography
- MRI Magnetic Resonance Imaging
- An example is a regular volumetric grid, with each volume element, or voxel represented by a single value that is obtained by sampling the immediate area surrounding the voxel.
- a voxel is a volume element, representing a value on a regular grid in a three dimensional space. This is analogous to a pixel, which represents 2D image data. Voxels are frequently used in the visualization and analysis of medical and scientific data.
- the Volume Rendering Technique application generally has imaging and visualization tools, which allow the radiologist or physician to mask/un-mask certain regions in the volume.
- CT Computer Tomography
- MRI Magnetic Resonance Imaging
- PET Positron Emission Tomography
- SPECT Single Photon Emission Computed Tomography
- Rendering a fused image from plurality of other images from other modalities to the radiologist helps in more deep and precise diagnosis or treatment.
- Fused three dimensional representation or image of two separate datasets for example one of Computed Tomography (CT) modality and one of Positron Emission Tomography (PET) modality, do exist. It is more or less an overlaying of one image over the other.
- CT Computed Tomography
- PET Positron Emission Tomography
- At least one embodiment of the present invention provides a fast method and/or system for rendering a medical image.
- a method of rendering a medical image involves providing a 3D voxel dataset of the heart and the step of generating a 3D vector representation of a selected part of the heart. Then the method includes the step of blending the 3D voxel dataset and the 3D vector representation in a common buffer and finally rendering the medical image. The rendering is based on the blended 3D voxel dataset and the 3D vector representation, such that the selected part of the heart is highlighted.
- the underlying idea is to render a medical image by generating a 3D vector representation of a selected part of the heart and then blending said 3D vector representation with a separate 3D voxel dataset of the heart in a common buffer.
- the final rendering results in highlighting the selected part of the heart, so that the visualization becomes useful for the radiologist or the physician for diagnosis or treatment.
- Processing the 3D vector representation and 3D voxel dataset separately and blending them in a common buffer at a later stage, for example at run time makes the process much faster than the available methods.
- a system for rendering a medical image.
- the system comprises a device for providing a 3D voxel dataset of the heart and a generating device for generating a 3D vector representation of a selected part of the heart.
- the system also comprises a blending device for blending the 3D voxel dataset and the 3D vector representation in a common buffer and a rendering device for rendering the medical image.
- the rendering is based on the blended 3D voxel dataset and the 3D vector representation, such that the selected part of the heart is highlighted.
- a computer program product which include a computer readable medium having stored thereon computer executable instructions that, when executed on a computer, configure the computer to perform the method of rendering a medical image as explained above.
- the method further comprises the steps of processing said 3D voxel dataset and 3D vector representation at the common buffer, where said common buffer resides in a graphics memory associates with a graphics processor.
- the graphics related processes become fast and efficient when run using a graphic processor.
- the selected part is a left ventricle.
- Heart ailments like cardiac arrest is the issues associated with this part of the heart.
- the method further comprises the step of using a look up table for mapping intensity values of the 3D vector representation to color values such that the selected part is highlighted. This enables the end user, who generally would be a physician or a radiologist to visually distinguish and understand various aspects of the rendered image, which gets represented in different color shades.
- the method further comprises the step of windowing, such that tissue covering the selected part is made transparent.
- Windowing is a technique typically used in image visualization, basically for controlling different parameters of the image for getting the required representation.
- the different voxel values are mapped to a grey or color scale. Windowing changes the mapping, such that certain ranges of voxel values are mapped to become completely transparent. For example, using this the soft tissue surrounding the heart can be made transparent.
- the method further comprise the steps of extracting arteries of the heart from the 3D voxel dataset into another 3D voxel dataset and regrouping the original 3D voxel dataset of the heart with the 3D voxel dataset of the arteries to a modified 3D voxel dataset, such that the arteries are highlighted in addition to the selected part of the heart.
- the blending step is then performed based on the modified 3D voxel dataset. Extracting the artery information and then using the same for blending at a later stage enables the artery information to be shown distinctly in the rendered medical image resulting in a more realistic representation.
- the 3D voxel dataset is based on one of Computer Tomography and Magnetic Resonance Imaging data. This enables multiple options for obtaining the 3D voxel dataset.
- the 3D vector representation is based on one of Computer Tomography, Magnetic Resonance Imaging, Positron Emission Tomography and Single Photon Emission Computed Tomography data.
- This enables the generation of the 3D vector representation of the heart or any part of the heart, from data obtained from different modalities. For example, if the data points are available for a particular volume of the heart, then an open standard (e.g. OpenGL) could be used to generate said volume from the available points.
- OpenGL open standard
- FIG. l illustrates a block diagram of a system for rendering a medical image according to an embodiment of the invention
- FIG. 2 illustrates a block diagram of a system for rendering a medical image along with additional device(s) for extracting arteries of the heart according to an embodiment of the invention
- FIG. 3 illustrates a cardiac volume obtained using an imaging modality
- FIG. 4 illustrates a vector representation of left ventricle generated based on associated information according to an embodiment of the invention
- FIG. 5 illustrates coronary artery information alongside the cardiac volume obtained using an imaging modality
- FIG. 6 illustrates coronary artery information which is extracted from a cardiac volume
- FIG. 7 illustrates a rendered medical image by blending a cardiac volume, left ventricle and coronary artery information
- FIG. 8 illustrates flowchart of a method for rendering a medical image according to an embodiment of the invention.
- FIG. 1 illustrates a block diagram of a system 100 for rendering a medical image 105 according to an embodiment of the invention.
- the system comprises a device 110 for providing a 3D voxel dataset of the heart.
- the device 110 could be a Computer Tomography or Magnetic Resonance Imaging machine or could even be computer memory storage device from where the 3D voxel dataset is retrieved. Hence the 3D voxel dataset could be based on Computer Tomography or Magnetic Resonance Imaging data.
- the system 100 further comprises a generating device 115 for generating a 3D vector representation of a selected part of the heart.
- the selected part of the heart may be the one which the radiologist is interested in, for example the left ventricle.
- the left ventricle is one of four chambers (two atria and two ventricles) in the human heart. It receives oxygenated blood from the left atrium via the mitral valve, and pumps it into the aorta via the aortic valve.
- the left ventricle is longer and more conical in shape than the right, and on transverse section its concavity presents an oval or nearly circular outline. It forms a small part of the stemocostal surface and a considerable part of the diaphragmatic surface of the heart; it also forms the apex of the heart.
- the left ventricle is thicker and more muscular than the right ventricle because it pumps blood at a higher pressure.
- the 3D vector representation could be based on Computer Tomography, Magnetic Resonance Imaging, Positron Emission Tomography or Single Photon Emission Computed Tomography data.
- a generating device 115 could be a processing device associated with a computer. This 3D vector representation could even be generated from the data supplied by a third party application.
- a blending device 120 blends the 3D voxel dataset and the 3D vector representation in a common buffer 125 .
- the system 100 also has a rendering device 130 for rendering the medical image 105 . Both the blending device 120 and the rendering device 130 could be the same or different processors, which could reside in a graphics card.
- the rendered image highlights the region of interest, which is the selected part so that the physicians can get more details just by looking at the image.
- the highlighting is a way of representing the part in a way that it is clearly distinguished from its surrounding.
- FIG. 2 illustrates a block diagram of a system 200 for rendering a medical image 105 , along with additional device(s) for extracting arteries of the heart according to an embodiment of the invention.
- the system further comprises an extracting device 210 for extracting arteries of the heart from the 3D voxel dataset into another 3D voxel dataset.
- the system also has a regrouping device 220 for regrouping the original 3D voxel dataset of the heart with the new 3D voxel dataset of the arteries to form a modified 3D voxel dataset.
- the extracting device 210 and the regrouping device 220 could be realized using specific processors or by a single common processor. At the time of regrouping, color information could be added to the arteries.
- the system 200 further comprise a look up table 260 associated with the generating device 115 for mapping intensity values of the 3D vector representation to color values such that the selected part is highlighted, for example in different color shades, based on the medical condition.
- the muscular walls of the heart consist of three major layers.
- the bulk of the walls is made up of a layer of cardiac muscle and is called the myocardium.
- the muscle is enclosed on the outside by the epicardium and on the inside by the endocardium.
- the heart is also covered completely by a protective sac called the pericardium.
- Each layer should maintain its appropriate thickness levels to be tagged as healthy. Because of different medical conditions and environment, the thickness levels may reduce or increase from the prescribed healthy threshold levels. As a practical application of the approach, various thickness levels can be mapped to different color information from the look up table 260 . This type of visualization helps the radiologist or the physician in fast and accurate diagnosis or treatment.
- the system 200 further comprises a windowing device 230 for controlling different parameters of an image at different stages for getting the required representation.
- the common buffer 125 could reside in a graphic card 240 , which has an associated graphic processor 250 .
- FIG. 3 illustrates a cardiac volume 300 .
- this could be provided by using CT imaging.
- the image is represented using a 3D voxel based dataset.
- FIG. 4 illustrates a left ventricle 400 , generated based on associated information.
- the left ventricle is represented using a 3D vector representation.
- Vector graphics is used for this representation.
- Vector graphics generally uses geometrical primitives such as points, lines, curves, and shapes or polygon(s), which are all based on mathematical expressions, to represent images in computer graphics.
- FIG. 5 illustrates coronary artery 500 , which is represented on the cardiac volume 300 .
- Coronary circulation is the circulation of blood in the blood vessels of the heart muscle.
- the muscle tissue of the heart (the myocardium) is so thick that it requires coronary blood vessels to deliver blood deep into it.
- the vessels that deliver oxygen-rich blood to the myocardium are known as coronary arteries. Blockage of these vessels can be so critical since they are the only source of blood supply to the myocardium. Hence the accurate information on these coronary arteries has got vital importance while diagnosing heart ailments.
- FIG. 6 illustrates coronary artery 500 , which is extracted from the cardiac volume 300 .
- the extraction device 210 as shown in FIG. 2 is used for extracting the coronary artery 500 . Same method could be extended for other blood vessels if required.
- FIG. 7 illustrates a rendered medical image by blending the cardiac volume 300 , left ventricle 400 and the coronary artery information 500 .
- a common buffer 125 as shown in FIG. 1 is used to blend this information with a given blending factor and finally render the medical image 105 .
- the final rendered image a selected part of the image is highlighted. In the present case the selected part is the left ventricle 400 .
- the final rendered image highlights certain regions of interest in the selected part using different shades based on the health condition of the heart.
- the rendered image can provide functional information to the user, like information on the left ventricle having a critical medical condition.
- the rendered image could also provide structural information such as, which coronary artery is causing the left ventricle not to function properly.
- FIG. 8 illustrates flowchart 800 of a method for rendering a medical image.
- a 3D voxel dataset of the heart is provided to the blending device 120 .
- a generating device 115 generates a 3D vector representation of a selected part of the heart.
- the blending device 120 blends the 3D voxel dataset and the 3D vector representation in a common buffer.
- the rendering device 130 renders the medical image, such that the selected part of the heart is highlighted.
- an embodiment of the present invention introduces a system and method for rendering a medical image by generating a 3D vector representation of a selected part of the heart and then blending the 3D vector representation with a separate 3D voxel dataset of the heart in a common buffer.
- the final rendering results in highlighting the selected part of the heart.
- This type of a cardiac visualization is more efficient and fast, when compared to the available techniques currently practiced. This helps in faster and accurate diagnosis and treatment.
- any one of the above-described and other example features of the present invention may be embodied in the form of an apparatus, method, system, computer program, computer readable medium and computer program product.
- the aforementioned methods may be embodied in the form of a system or device, including, but not limited to, any of the structure for performing the methodology illustrated in the drawings.
- any of the aforementioned methods may be embodied in the form of a program.
- the program may be stored on a computer readable medium and is adapted to perform any one of the aforementioned methods when run on a computer device (a device including a processor).
- the storage medium or computer readable medium is adapted to store information and is adapted to interact with a data processing facility or computer device to execute the program of any of the above mentioned embodiments and/or to perform the method of any of the above mentioned embodiments.
- the computer readable medium or storage medium may be a built-in medium installed inside a computer device main body or a removable medium arranged so that it can be separated from the computer device main body.
- Examples of the built-in medium include, but are not limited to, rewriteable non-volatile memories, such as ROMs and flash memories, and hard disks.
- the removable medium examples include, but are not limited to, optical storage media such as CD-ROMs and DVDs; magneto-optical storage media, such as MOs; magnetism storage media, including but not limited to floppy disks (trademark), cassette tapes, and removable hard disks; media with a built-in rewriteable non-volatile memory, including but not limited to memory cards; and media with a built-in ROM, including but not limited to ROM cassettes; etc.
- various information regarding stored images for example, property information, may be stored in any other form, or it may be provided in other ways.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Graphics (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
Abstract
Description
Claims (18)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/457,046 US8786594B2 (en) | 2008-05-30 | 2009-05-29 | Method and system for rendering a medical image |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US5725608P | 2008-05-30 | 2008-05-30 | |
US12/457,046 US8786594B2 (en) | 2008-05-30 | 2009-05-29 | Method and system for rendering a medical image |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090295802A1 US20090295802A1 (en) | 2009-12-03 |
US8786594B2 true US8786594B2 (en) | 2014-07-22 |
Family
ID=41379224
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/457,046 Active 2030-11-22 US8786594B2 (en) | 2008-05-30 | 2009-05-29 | Method and system for rendering a medical image |
Country Status (1)
Country | Link |
---|---|
US (1) | US8786594B2 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10376320B2 (en) | 2016-05-11 | 2019-08-13 | Affera, Inc. | Anatomical model generation |
US10751134B2 (en) | 2016-05-12 | 2020-08-25 | Affera, Inc. | Anatomical model controlling |
US12268456B2 (en) | 2019-01-23 | 2025-04-08 | Affera, Inc. | Systems and methods for therapy annotation |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015069049A1 (en) * | 2013-11-06 | 2015-05-14 | 주식회사 바텍 | Method and apparatus for displaying three-dimensional dental image |
JP6253970B2 (en) * | 2013-12-20 | 2017-12-27 | 東芝メディカルシステムズ株式会社 | Image processing apparatus, ultrasonic diagnostic apparatus, and image processing program |
KR101690654B1 (en) * | 2015-01-29 | 2016-12-28 | 삼성전자주식회사 | Medical imaging apparatus and medical image processing method thereof |
GB2555468B (en) * | 2016-10-31 | 2020-05-27 | Bitplane Ag | Visualization system and method for 3D scenes |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6226542B1 (en) * | 1998-07-24 | 2001-05-01 | Biosense, Inc. | Three-dimensional reconstruction of intrabody organs |
US20060258947A1 (en) * | 2005-04-25 | 2006-11-16 | Charles Olson | Display for ECG diagnostics |
US7266408B2 (en) * | 2004-01-16 | 2007-09-04 | Newcardio, Inc. | Device and procedure for visual three-dimensional presentation of ECG data |
US7270634B2 (en) * | 2003-03-27 | 2007-09-18 | Koninklijke Philips Electronics N.V. | Guidance of invasive medical devices by high resolution three dimensional ultrasonic imaging |
US20070229500A1 (en) * | 2006-03-30 | 2007-10-04 | Siemens Corporate Research, Inc. | System and method for in-context mpr visualization using virtual incision volume visualization |
US7310551B1 (en) * | 2005-06-02 | 2007-12-18 | Pacesetter, Inc. | Diagnostic gauge for cardiac health analysis |
US7957572B2 (en) * | 2005-02-11 | 2011-06-07 | Koninklijke Philips Electronics N.V. | Image processing device and method |
US8427475B2 (en) * | 2005-11-14 | 2013-04-23 | Koninklijke Philips Electronics N.V. | Silhouette blend rendering of anatomical structures |
-
2009
- 2009-05-29 US US12/457,046 patent/US8786594B2/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6226542B1 (en) * | 1998-07-24 | 2001-05-01 | Biosense, Inc. | Three-dimensional reconstruction of intrabody organs |
US7270634B2 (en) * | 2003-03-27 | 2007-09-18 | Koninklijke Philips Electronics N.V. | Guidance of invasive medical devices by high resolution three dimensional ultrasonic imaging |
US7266408B2 (en) * | 2004-01-16 | 2007-09-04 | Newcardio, Inc. | Device and procedure for visual three-dimensional presentation of ECG data |
US7957572B2 (en) * | 2005-02-11 | 2011-06-07 | Koninklijke Philips Electronics N.V. | Image processing device and method |
US20060258947A1 (en) * | 2005-04-25 | 2006-11-16 | Charles Olson | Display for ECG diagnostics |
US7310551B1 (en) * | 2005-06-02 | 2007-12-18 | Pacesetter, Inc. | Diagnostic gauge for cardiac health analysis |
US8427475B2 (en) * | 2005-11-14 | 2013-04-23 | Koninklijke Philips Electronics N.V. | Silhouette blend rendering of anatomical structures |
US20070229500A1 (en) * | 2006-03-30 | 2007-10-04 | Siemens Corporate Research, Inc. | System and method for in-context mpr visualization using virtual incision volume visualization |
Non-Patent Citations (4)
Title |
---|
Ferre et al., A Framework for Fusion Methods and Rendering Techniques of Multimodal Volume Data, John Wiley & Sons, Ltd (2004). * |
Hastreiter, P.; Ertl, T.; , "Integrated registration and visualization of medical image data," Computer Graphics International, 1998. Proceedings , vol., no., pp. 78-85, Jun. 22-26, 1998. * |
Hastreiter, P.; Ertl, T.;, "Integrated registration and visualization of medical image data," Computer Graphics International, 1998. Proceedings, vol., no., pp. 78-85, Jun. 22-26, 1998. * |
Richard A. Robb, "Visualization in biomedical computing", Dec. 1999, Paralleel computing, Vo125, pp. 2067-2110. * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10376320B2 (en) | 2016-05-11 | 2019-08-13 | Affera, Inc. | Anatomical model generation |
US10765481B2 (en) | 2016-05-11 | 2020-09-08 | Affera, Inc. | Anatomical model generation |
US10751134B2 (en) | 2016-05-12 | 2020-08-25 | Affera, Inc. | Anatomical model controlling |
US11728026B2 (en) | 2016-05-12 | 2023-08-15 | Affera, Inc. | Three-dimensional cardiac representation |
US12268456B2 (en) | 2019-01-23 | 2025-04-08 | Affera, Inc. | Systems and methods for therapy annotation |
Also Published As
Publication number | Publication date |
---|---|
US20090295802A1 (en) | 2009-12-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US12079921B2 (en) | System and method for image-based object modeling using multiple image acquisitions or reconstructions | |
EP2220621B1 (en) | Volume rendering apparatus and method | |
US8786594B2 (en) | Method and system for rendering a medical image | |
US9514530B2 (en) | Systems and methods for image-based object modeling using multiple image acquisitions or reconstructions | |
JP5629272B2 (en) | Visualization of time-varying parameters in biological structures | |
EP4383203A1 (en) | Device and method for generating a visualization of an anatomical volume of interest | |
US10580181B2 (en) | Method and system for generating color medical image based on combined color table | |
CN111340934A (en) | Method and computer system for generating a combined tissue-vessel representation | |
JP6619431B2 (en) | Model-based segmentation of anatomical structures | |
RU2565521C2 (en) | Processing set of image data | |
US20190197762A1 (en) | Cpr image generation apparatus, method, and program | |
JP2012085833A (en) | Image processing system for three-dimensional medical image data, image processing method for the same, and program | |
Jung et al. | Occlusion and slice-based volume rendering augmentation for PET-CT | |
CN111798468A (en) | Image processing method and device, storage medium and electronic terminal | |
Jung | Feature-Driven Volume Visualization of Medical Imaging Data | |
Mohammad Zahid | Three-dimensional (3D) reconstruction of computer tomography cardiac images using visualization toolkit (VTK)/Mohammad Zahid Zamaludin | |
Termeer | Comprehensive visualization of cardiac MRI data | |
Zamaludin | Three-Dimensional (3D) Reconstruction of Computer Tomography Cardiac Images Using Visualization Toolkit (VTK) | |
Muhammad Abdullah Adli | Investigation of in vivo cardiac chambers composite rendering/Muhammad Abdullah Adli Ahmad Kamal | |
Kamal | Investigation of in Vivo Cardiac Chambers Composite Rendering |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SIEMENS AKTIENGESELLSCHAFT, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KUSHWAHA, RAJESH;NAIR, VIVEK;RAMAMOORTHY, RENGANATHAN;SIGNING DATES FROM 20090619 TO 20090624;REEL/FRAME:023012/0083 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: SIEMENS HEALTHCARE GMBH, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS AKTIENGESELLSCHAFT;REEL/FRAME:039271/0561 Effective date: 20160610 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: SIEMENS HEALTHINEERS AG, GERMANY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SIEMENS HEALTHCARE GMBH;REEL/FRAME:066088/0256 Effective date: 20231219 |
|
AS | Assignment |
Owner name: SIEMENS HEALTHINEERS AG, GERMANY Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE PREVIOUSLY RECORDED AT REEL: 066088 FRAME: 0256. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:SIEMENS HEALTHCARE GMBH;REEL/FRAME:071178/0246 Effective date: 20231219 |