Class DoseReporterWithLegacyOCRAndAutoSendToRegistry.OurPatientStudySeriesInstanceModel

    • Method Detail

      • extendCreateStatementStringWithUserColumns

        protected void extendCreateStatementStringWithUserColumns​(java.lang.StringBuffer b,
                                                                  InformationEntity ie)
        Description copied from class: DatabaseInformationModel

        Extend a SQL CREATE TABLE statement in the process of being constructed with any user optional columns that the model requires.

        Called when creating the tables for a new database.

        Specific to each concrete information model extending DatabaseInformationModel. Defaults to adding four extra columns for each table if not overridden (i.e. it is not abstract).

        Overrides:
        extendCreateStatementStringWithUserColumns in class DatabaseInformationModel
        Parameters:
        b - the statement being constructed
        ie - the InformationEntity for which a create table statement is being constructed