Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and adds (overwrites or appends) the result in a Leadtools.Dicom.DicomDataSet.
Overload | Description |
---|---|
FromAnnContainerToDataSet(DicomDataSet,AnnContainer) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and stores the result in a Leadtools.Dicom.DicomDataSet. |
FromAnnContainerToDataSet(DicomDataSet,AnnContainer,DicomDataSet,string,string) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and stores (overwrites) the result in a Leadtools.Dicom.DicomDataSet. |
FromAnnContainerToDataSet(DicomDataSet,AnnContainer,DicomDataSet,string,string,FromAnnContainerToDataSetOptions) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and adds (overwrites or appends) the result in a Leadtools.Dicom.DicomDataSet. |
FromAnnContainerToDataSet(DicomDataSet,AnnContainer,FromAnnContainerToDataSetOptions) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and stores (overwrites) the result in a Leadtools.Dicom.DicomDataSet. |
FromAnnContainerToDataSet(DicomDataSet,DicomElement,AnnContainer,DicomDataSet,string,string,FromAnnContainerToDataSetOptions) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and adds (overwrites or appends) the result in a Leadtools.Dicom.DicomDataSet. |
FromAnnContainerToDataSet(DicomDataSet,DicomElement,AnnContainer,FromAnnContainerToDataSetOptions) | Converts all the LEAD Annotation objects in an AnnContainer into one or more DICOM annotation objects, and adds (overwrites or appends) the result in a Leadtools.Dicom.DicomDataSet. |