@ -208,13 +208,12 @@
<db-attribute name= "email_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "email_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "estabelecimento_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "estabelecimento_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
</db-entity>
</db-entity>
<db-entity name= "hs_equipamento_medicao" schema= "public" >
<db-entity name= "hs_equipamento_medico" schema= "public" >
<db-attribute name= "deleted_date" type= "TIMESTAMP" />
<db-attribute name= "id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "nome" type= "VARCHAR" isMandatory= "true" length= "255" />
<db-attribute name= "nome" type= "VARCHAR" isMandatory= "true" length= "255" />
<db-key-generator >
<db-key-generator >
<db-generator-type > ORACLE</db-generator-type>
<db-generator-type > ORACLE</db-generator-type>
<db-generator-name > hs_equipamento_medica o_id_seq</db-generator-name>
<db-generator-name > hs_equipamento_medico_id_seq</db-generator-name>
<db-key-cache-size > 1</db-key-cache-size>
<db-key-cache-size > 1</db-key-cache-size>
</db-key-generator>
</db-key-generator>
</db-entity>
</db-entity>
@ -298,6 +297,7 @@
<db-attribute name= "valor_qualitativo" type= "INTEGER" length= "10" />
<db-attribute name= "valor_qualitativo" type= "INTEGER" length= "10" />
</db-entity>
</db-entity>
<db-entity name= "hs_relatorio" schema= "public" >
<db-entity name= "hs_relatorio" schema= "public" >
<db-attribute name= "acompanhante1" type= "VARCHAR" length= "256" />
<db-attribute name= "acompanhante2" type= "VARCHAR" length= "256" />
<db-attribute name= "acompanhante2" type= "VARCHAR" length= "256" />
<db-attribute name= "acompanhante3" type= "VARCHAR" length= "256" />
<db-attribute name= "acompanhante3" type= "VARCHAR" length= "256" />
<db-attribute name= "avaliacao_inicial" type= "BOOLEAN" />
<db-attribute name= "avaliacao_inicial" type= "BOOLEAN" />
@ -325,8 +325,8 @@
<db-key-cache-size > 1</db-key-cache-size>
<db-key-cache-size > 1</db-key-cache-size>
</db-key-generator>
</db-key-generator>
</db-entity>
</db-entity>
<db-entity name= "hs_relatorio_equipamento_medic a o" schema= "public" >
<db-entity name= "hs_relatorio_equipamento_medic o" schema= "public" >
<db-attribute name= "hs_equipamento_medic a o_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "hs_equipamento_medic o_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "hs_relatorio_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
<db-attribute name= "hs_relatorio_id" type= "INTEGER" isPrimaryKey= "true" isMandatory= "true" length= "10" />
</db-entity>
</db-entity>
<db-entity name= "hs_relatorio_legislacao" schema= "public" >
<db-entity name= "hs_relatorio_legislacao" schema= "public" >
@ -779,7 +779,7 @@
<obj-attribute name= "id" type= "java.lang.Integer" db-attribute-path= "id" />
<obj-attribute name= "id" type= "java.lang.Integer" db-attribute-path= "id" />
<obj-attribute name= "ordem" type= "java.lang.Integer" db-attribute-path= "ordem" />
<obj-attribute name= "ordem" type= "java.lang.Integer" db-attribute-path= "ordem" />
</obj-entity>
</obj-entity>
<obj-entity name= "EmailPlanoDeActuacao" className= "siprp.database.cayenne.objects.EmailPlanoDeActuacao" dbEntityName= "email_plano_de_actuacao" >
<obj-entity name= "EmailPlanoDeActuacao" className= "siprp.database.cayenne.objects.EmailPlanoDeActuacao" dbEntityName= "email_plano_de_actuacao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
</obj-entity>
</obj-entity>
<obj-entity name= "Empresas" className= "siprp.database.cayenne.objects.Empresas" lock-type= "optimistic" dbEntityName= "empresas" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "Empresas" className= "siprp.database.cayenne.objects.Empresas" lock-type= "optimistic" dbEntityName= "empresas" superClassName= "siprp.database.cayenne.objects.BaseObject" >
@ -905,8 +905,7 @@
</obj-entity>
</obj-entity>
<obj-entity name= "HsEmailEstabelecimento" className= "siprp.database.cayenne.objects.HsEmailEstabelecimento" dbEntityName= "hs_email_estabelecimento" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsEmailEstabelecimento" className= "siprp.database.cayenne.objects.HsEmailEstabelecimento" dbEntityName= "hs_email_estabelecimento" superClassName= "siprp.database.cayenne.objects.BaseObject" >
</obj-entity>
</obj-entity>
<obj-entity name= "HsEquipamentoMedicao" className= "siprp.database.cayenne.objects.HsEquipamentoMedicao" dbEntityName= "hs_equipamento_medicao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsEquipamentoMedico" className= "siprp.database.cayenne.objects.HsEquipamentoMedico" dbEntityName= "hs_equipamento_medico" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "nome" type= "java.lang.String" db-attribute-path= "nome" />
<obj-attribute name= "nome" type= "java.lang.String" db-attribute-path= "nome" />
</obj-entity>
</obj-entity>
<obj-entity name= "HsLegislacao" className= "siprp.database.cayenne.objects.HsLegislacao" dbEntityName= "hs_legislacao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsLegislacao" className= "siprp.database.cayenne.objects.HsLegislacao" dbEntityName= "hs_legislacao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
@ -947,6 +946,7 @@
<obj-attribute name= "valorQualitativo" type= "java.lang.Integer" db-attribute-path= "valor_qualitativo" />
<obj-attribute name= "valorQualitativo" type= "java.lang.Integer" db-attribute-path= "valor_qualitativo" />
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorio" className= "siprp.database.cayenne.objects.HsRelatorio" dbEntityName= "hs_relatorio" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsRelatorio" className= "siprp.database.cayenne.objects.HsRelatorio" dbEntityName= "hs_relatorio" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "acompanhante1" type= "java.lang.String" db-attribute-path= "acompanhante1" />
<obj-attribute name= "acompanhante2" type= "java.lang.String" db-attribute-path= "acompanhante2" />
<obj-attribute name= "acompanhante2" type= "java.lang.String" db-attribute-path= "acompanhante2" />
<obj-attribute name= "acompanhante3" type= "java.lang.String" db-attribute-path= "acompanhante3" />
<obj-attribute name= "acompanhante3" type= "java.lang.String" db-attribute-path= "acompanhante3" />
<obj-attribute name= "avaliacaoInicial" type= "java.lang.Boolean" db-attribute-path= "avaliacao_inicial" />
<obj-attribute name= "avaliacaoInicial" type= "java.lang.Boolean" db-attribute-path= "avaliacao_inicial" />
@ -962,16 +962,16 @@
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorioEquipamentoMedic a o" className= "siprp.database.cayenne.objects.HsRelatorioEquipamentoMedic a o" dbEntityName= "hs_relatorio_equipamento_medic ao">
<obj-entity name= "HsRelatorioEquipamentoMedic o" className= "siprp.database.cayenne.objects.HsRelatorioEquipamentoMedic o" dbEntityName= "hs_relatorio_equipamento_medic o" superClassName= "siprp.d atabase.cayenne. objects.BaseObject ">
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorioLegislacao" className= "siprp.database.cayenne.objects.HsRelatorioLegislacao" dbEntityName= "hs_relatorio_legislacao" >
<obj-entity name= "HsRelatorioLegislacao" className= "siprp.database.cayenne.objects.HsRelatorioLegislacao" dbEntityName= "hs_relatorio_legislacao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorioMedida" className= "siprp.database.cayenne.objects.HsRelatorioMedida" dbEntityName= "hs_relatorio_medida" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsRelatorioMedida" className= "siprp.database.cayenne.objects.HsRelatorioMedida" dbEntityName= "hs_relatorio_medida" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
<obj-attribute name= "requesitosLegais" type= "java.lang.String" db-attribute-path= "requesitos_legais" />
<obj-attribute name= "requesitosLegais" type= "java.lang.String" db-attribute-path= "requesitos_legais" />
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorioNormalizacao" className= "siprp.database.cayenne.objects.HsRelatorioNormalizacao" dbEntityName= "hs_relatorio_normalizacao" >
<obj-entity name= "HsRelatorioNormalizacao" className= "siprp.database.cayenne.objects.HsRelatorioNormalizacao" dbEntityName= "hs_relatorio_normalizacao" superClassName= "siprp.database.cayenne.objects.BaseObject" >
</obj-entity>
</obj-entity>
<obj-entity name= "HsRelatorioPosto" className= "siprp.database.cayenne.objects.HsRelatorioPosto" dbEntityName= "hs_relatorio_posto" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "HsRelatorioPosto" className= "siprp.database.cayenne.objects.HsRelatorioPosto" dbEntityName= "hs_relatorio_posto" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
@ -1002,7 +1002,7 @@
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "deletedDate" type= "java.util.Date" db-attribute-path= "deleted_date" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
<obj-attribute name= "description" type= "java.lang.String" db-attribute-path= "description" />
</obj-entity>
</obj-entity>
<obj-entity name= "Image" className= "siprp.database.cayenne.objects.Image" dbEntityName= "image" >
<obj-entity name= "Image" className= "siprp.database.cayenne.objects.Image" dbEntityName= "image" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "imageData" type= "byte[]" db-attribute-path= "image_data" />
<obj-attribute name= "imageData" type= "byte[]" db-attribute-path= "image_data" />
<obj-attribute name= "name" type= "java.lang.String" db-attribute-path= "name" />
<obj-attribute name= "name" type= "java.lang.String" db-attribute-path= "name" />
</obj-entity>
</obj-entity>
@ -1163,7 +1163,7 @@
<obj-attribute name= "estado" type= "java.lang.Integer" db-attribute-path= "estado" />
<obj-attribute name= "estado" type= "java.lang.Integer" db-attribute-path= "estado" />
<obj-attribute name= "id" type= "java.lang.Integer" db-attribute-path= "id" />
<obj-attribute name= "id" type= "java.lang.Integer" db-attribute-path= "id" />
</obj-entity>
</obj-entity>
<obj-entity name= "TrabalhadoresEcdsAnalise" className= "siprp.database.cayenne.objects.TrabalhadoresEcdsAnalise" dbEntityName= "trabalhadores_ecds_analise" >
<obj-entity name= "TrabalhadoresEcdsAnalise" className= "siprp.database.cayenne.objects.TrabalhadoresEcdsAnalise" dbEntityName= "trabalhadores_ecds_analise" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-attribute name= "data" type= "java.util.Date" db-attribute-path= "data" />
<obj-attribute name= "data" type= "java.util.Date" db-attribute-path= "data" />
</obj-entity>
</obj-entity>
<obj-entity name= "TrabalhadoresEcdsDatas" className= "siprp.database.cayenne.objects.TrabalhadoresEcdsDatas" lock-type= "optimistic" dbEntityName= "trabalhadores_ecds_datas" superClassName= "siprp.database.cayenne.objects.BaseObject" >
<obj-entity name= "TrabalhadoresEcdsDatas" className= "siprp.database.cayenne.objects.TrabalhadoresEcdsDatas" lock-type= "optimistic" dbEntityName= "trabalhadores_ecds_datas" superClassName= "siprp.database.cayenne.objects.BaseObject" >
@ -1328,6 +1328,9 @@
<db-relationship name= "toHsEmail" source= "hs_email_estabelecimento" target= "hs_email" toMany= "false" >
<db-relationship name= "toHsEmail" source= "hs_email_estabelecimento" target= "hs_email" toMany= "false" >
<db-attribute-pair source= "email_id" target= "id" />
<db-attribute-pair source= "email_id" target= "id" />
</db-relationship>
</db-relationship>
<db-relationship name= "hsRelatorioEquipamentoMedicoArray" source= "hs_equipamento_medico" target= "hs_relatorio_equipamento_medico" toDependentPK= "true" toMany= "true" >
<db-attribute-pair source= "id" target= "hs_equipamento_medico_id" />
</db-relationship>
<db-relationship name= "hsLegislacaoEmpresaArray" source= "hs_legislacao" target= "hs_legislacao_empresa" toDependentPK= "true" toMany= "true" >
<db-relationship name= "hsLegislacaoEmpresaArray" source= "hs_legislacao" target= "hs_legislacao_empresa" toDependentPK= "true" toMany= "true" >
<db-attribute-pair source= "id" target= "legislacao_id" />
<db-attribute-pair source= "id" target= "legislacao_id" />
</db-relationship>
</db-relationship>
@ -1388,7 +1391,7 @@
<db-relationship name= "toHsRisco" source= "hs_posto_risco" target= "hs_risco" toMany= "false" >
<db-relationship name= "toHsRisco" source= "hs_posto_risco" target= "hs_risco" toMany= "false" >
<db-attribute-pair source= "risco_id" target= "id" />
<db-attribute-pair source= "risco_id" target= "id" />
</db-relationship>
</db-relationship>
<db-relationship name= "hsRelatorioEquipamentoMedic a oArray" source= "hs_relatorio" target= "hs_relatorio_equipamento_medic a o" toDependentPK= "true" toMany= "true" >
<db-relationship name= "hsRelatorioEquipamentoMedic oArray" source= "hs_relatorio" target= "hs_relatorio_equipamento_medic o" toDependentPK= "true" toMany= "true" >
<db-attribute-pair source= "id" target= "hs_relatorio_id" />
<db-attribute-pair source= "id" target= "hs_relatorio_id" />
</db-relationship>
</db-relationship>
<db-relationship name= "hsRelatorioLegislacaoArray" source= "hs_relatorio" target= "hs_relatorio_legislacao" toDependentPK= "true" toMany= "true" >
<db-relationship name= "hsRelatorioLegislacaoArray" source= "hs_relatorio" target= "hs_relatorio_legislacao" toDependentPK= "true" toMany= "true" >
@ -1406,7 +1409,10 @@
<db-relationship name= "hsRelatorioPostoArray" source= "hs_relatorio_area" target= "hs_relatorio_posto" toMany= "true" >
<db-relationship name= "hsRelatorioPostoArray" source= "hs_relatorio_area" target= "hs_relatorio_posto" toMany= "true" >
<db-attribute-pair source= "id" target= "area_id" />
<db-attribute-pair source= "id" target= "area_id" />
</db-relationship>
</db-relationship>
<db-relationship name= "toHsRelatorio" source= "hs_relatorio_equipamento_medicao" target= "hs_relatorio" toMany= "false" >
<db-relationship name= "toHsEquipamentoMedico" source= "hs_relatorio_equipamento_medico" target= "hs_equipamento_medico" toMany= "false" >
<db-attribute-pair source= "hs_equipamento_medico_id" target= "id" />
</db-relationship>
<db-relationship name= "toHsRelatorio" source= "hs_relatorio_equipamento_medico" target= "hs_relatorio" toMany= "false" >
<db-attribute-pair source= "hs_relatorio_id" target= "id" />
<db-attribute-pair source= "hs_relatorio_id" target= "id" />
</db-relationship>
</db-relationship>
<db-relationship name= "toHsRelatorio" source= "hs_relatorio_legislacao" target= "hs_relatorio" toMany= "false" >
<db-relationship name= "toHsRelatorio" source= "hs_relatorio_legislacao" target= "hs_relatorio" toMany= "false" >
@ -1801,6 +1807,7 @@
<obj-relationship name= "toHsEmail" source= "HsEmailEmpresa" target= "HsEmail" deleteRule= "Nullify" db-relationship-path= "toHsEmail" />
<obj-relationship name= "toHsEmail" source= "HsEmailEmpresa" target= "HsEmail" deleteRule= "Nullify" db-relationship-path= "toHsEmail" />
<obj-relationship name= "toEstabelecimento" source= "HsEmailEstabelecimento" target= "Estabelecimentos" deleteRule= "Nullify" db-relationship-path= "toEstabelecimento" />
<obj-relationship name= "toEstabelecimento" source= "HsEmailEstabelecimento" target= "Estabelecimentos" deleteRule= "Nullify" db-relationship-path= "toEstabelecimento" />
<obj-relationship name= "toHsEmail" source= "HsEmailEstabelecimento" target= "HsEmail" deleteRule= "Nullify" db-relationship-path= "toHsEmail" />
<obj-relationship name= "toHsEmail" source= "HsEmailEstabelecimento" target= "HsEmail" deleteRule= "Nullify" db-relationship-path= "toHsEmail" />
<obj-relationship name= "hsRelatorioEquipamentoMedicoArray" source= "HsEquipamentoMedico" target= "HsRelatorioEquipamentoMedico" db-relationship-path= "hsRelatorioEquipamentoMedicoArray" />
<obj-relationship name= "hsLegislacaoEmpresaArray" source= "HsLegislacao" target= "HsLegislacaoEmpresa" deleteRule= "Cascade" db-relationship-path= "hsLegislacaoEmpresaArray" />
<obj-relationship name= "hsLegislacaoEmpresaArray" source= "HsLegislacao" target= "HsLegislacaoEmpresa" deleteRule= "Cascade" db-relationship-path= "hsLegislacaoEmpresaArray" />
<obj-relationship name= "hsLegislacaoEstabelecimentoArray" source= "HsLegislacao" target= "HsLegislacaoEstabelecimento" deleteRule= "Cascade" db-relationship-path= "hsLegislacaoEstabelecimentoArray" />
<obj-relationship name= "hsLegislacaoEstabelecimentoArray" source= "HsLegislacao" target= "HsLegislacaoEstabelecimento" deleteRule= "Cascade" db-relationship-path= "hsLegislacaoEstabelecimentoArray" />
<obj-relationship name= "toHsLegislacaoCategoria" source= "HsLegislacao" target= "HsLegislacaoCategoria" deleteRule= "Nullify" db-relationship-path= "toHsLegislacaoCategoria" />
<obj-relationship name= "toHsLegislacaoCategoria" source= "HsLegislacao" target= "HsLegislacaoCategoria" deleteRule= "Nullify" db-relationship-path= "toHsLegislacaoCategoria" />
@ -1820,13 +1827,14 @@
<obj-relationship name= "toHsPosto" source= "HsPostoRisco" target= "HsPosto" deleteRule= "Nullify" db-relationship-path= "toHsPosto" />
<obj-relationship name= "toHsPosto" source= "HsPostoRisco" target= "HsPosto" deleteRule= "Nullify" db-relationship-path= "toHsPosto" />
<obj-relationship name= "toHsRelatorioRiscoValorQualitativo" source= "HsPostoRisco" target= "HsRelatorioRiscoValorQualitativo" deleteRule= "Nullify" db-relationship-path= "toHsRelatorioRiscoValorQualitativo" />
<obj-relationship name= "toHsRelatorioRiscoValorQualitativo" source= "HsPostoRisco" target= "HsRelatorioRiscoValorQualitativo" deleteRule= "Nullify" db-relationship-path= "toHsRelatorioRiscoValorQualitativo" />
<obj-relationship name= "toHsRisco" source= "HsPostoRisco" target= "HsRisco" deleteRule= "Nullify" db-relationship-path= "toHsRisco" />
<obj-relationship name= "toHsRisco" source= "HsPostoRisco" target= "HsRisco" deleteRule= "Nullify" db-relationship-path= "toHsRisco" />
<obj-relationship name= "hsRelatorioEquipamentoMedic a oArray" source= "HsRelatorio" target= "HsRelatorioEquipamentoMedic a o" d b-relationship-path="hsRelatorioEquipamentoMedic a oArray"/>
<obj-relationship name= "hsRelatorioEquipamentoMedic oArray" source= "HsRelatorio" target= "HsRelatorioEquipamentoMedic o" d eleteRule="Cascade" d b-relationship-path="hsRelatorioEquipamentoMedic oArray"/>
<obj-relationship name= "hsRelatorioLegislacaoArray" source= "HsRelatorio" target= "HsRelatorioLegislacao" db-relationship-path= "hsRelatorioLegislacaoArray" />
<obj-relationship name= "hsRelatorioLegislacaoArray" source= "HsRelatorio" target= "HsRelatorioLegislacao" db-relationship-path= "hsRelatorioLegislacaoArray" />
<obj-relationship name= "hsRelatorioNormalizacaoArray" source= "HsRelatorio" target= "HsRelatorioNormalizacao" db-relationship-path= "hsRelatorioNormalizacaoArray" />
<obj-relationship name= "hsRelatorioNormalizacaoArray" source= "HsRelatorio" target= "HsRelatorioNormalizacao" db-relationship-path= "hsRelatorioNormalizacaoArray" />
<obj-relationship name= "hsRelatorioRiscoArray" source= "HsRelatorio" target= "HsRelatorioRisco" db-relationship-path= "hsRelatorioRiscoArray" />
<obj-relationship name= "hsRelatorioRiscoArray" source= "HsRelatorio" target= "HsRelatorioRisco" db-relationship-path= "hsRelatorioRiscoArray" />
<obj-relationship name= "toHsMarcacoesEstabelecimento" source= "HsRelatorio" target= "MarcacoesEstabelecimento" db-relationship-path= "toHsMarcacoesEstabelecimento" />
<obj-relationship name= "toHsMarcacoesEstabelecimento" source= "HsRelatorio" target= "MarcacoesEstabelecimento" db-relationship-path= "toHsMarcacoesEstabelecimento" />
<obj-relationship name= "hsRelatorioPostoArray" source= "HsRelatorioArea" target= "HsRelatorioPosto" db-relationship-path= "hsRelatorioPostoArray" />
<obj-relationship name= "hsRelatorioPostoArray" source= "HsRelatorioArea" target= "HsRelatorioPosto" db-relationship-path= "hsRelatorioPostoArray" />
<obj-relationship name= "toHsRelatorio" source= "HsRelatorioEquipamentoMedicao" target= "HsRelatorio" db-relationship-path= "toHsRelatorio" />
<obj-relationship name= "toHsEquipamentoMedico" source= "HsRelatorioEquipamentoMedico" target= "HsEquipamentoMedico" deleteRule= "Nullify" db-relationship-path= "toHsEquipamentoMedico" />
<obj-relationship name= "toHsRelatorio" source= "HsRelatorioEquipamentoMedico" target= "HsRelatorio" deleteRule= "Nullify" db-relationship-path= "toHsRelatorio" />
<obj-relationship name= "toHsRelatorio" source= "HsRelatorioLegislacao" target= "HsRelatorio" db-relationship-path= "toHsRelatorio" />
<obj-relationship name= "toHsRelatorio" source= "HsRelatorioLegislacao" target= "HsRelatorio" db-relationship-path= "toHsRelatorio" />
<obj-relationship name= "hsRelatorioPostoMedidaArray" source= "HsRelatorioMedida" target= "HsRelatorioPostoMedida" db-relationship-path= "hsRelatorioPostoMedidaArray" />
<obj-relationship name= "hsRelatorioPostoMedidaArray" source= "HsRelatorioMedida" target= "HsRelatorioPostoMedida" db-relationship-path= "hsRelatorioPostoMedidaArray" />
<obj-relationship name= "toHsRelatorioRisco" source= "HsRelatorioMedida" target= "HsRelatorioRisco" db-relationship-path= "toHsRelatorioRisco" />
<obj-relationship name= "toHsRelatorioRisco" source= "HsRelatorioMedida" target= "HsRelatorioRisco" db-relationship-path= "toHsRelatorioRisco" />