LEGE 179 18/07/2017 - Portal Legislativ

Document Information
Document ID: 191442
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-09-03 04:30:24
Last Updated: 2026-09-11 17:28:24
Valid From: 20.07.2017
Latest Version: Yes
Metadata
Meta tags:
  • Title: LEGE 179 18/07/2017 - Portal Legislativ
  • Keywords: LEGE 179 18/07/2017 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: LEGE 179 18/07/2017 - Portal Legislativ
Detail metadata:
  • Article count: 1
  • Status indicator: modificat
  • Publication detail: Publicat în  MONITORUL OFICIAL nr. 581 din 20 iulie 2017

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 20.07.2017
This Version Valid From: 20.07.2017
This Version Valid To: Not specified
Is Latest Version: Yes
Document Type: LEGE
Emitent: N/A
Publicat în: Publicat în  MONITORUL OFICIAL nr. 581 din 20 iulie 2017

No related versions found.

Other Versions of this Document

Source Document ID: 191442

Search for all versions
Actions Induced by This Document
Target Document Section Operation Details
OUG 41 28/06/2016 ART. 14 ART. 1 MODIFICA PE
LEGE (R) 290 24/06/2004 ART. 20 ART. 1 COMPLETEAZA PE
LEGE (R) 290 24/06/2004 ART. 21 ART. 1 MODIFICA PE

AI-Generated Questions

These questions were automatically generated to help users find relevant information in this document.

Provider
OpenRouter
Model
qwen/qwen3-235b-a22b-2507
Generated
2026-07-12 03:43
Cost
$0.0002

Section: Section 6-9
Elements: 6 - 9

Section: Section 6-10
Elements: 6 - 10

Section: Section 9-10
Elements: 9 - 10

Question Generation Processing Logs

Total Logs

7

Processing Attempts

2

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-07-12 03:43:05 | Last Processing: 2026-07-12 05:04:30
Timestamp Type Message Provider Actions
2026-07-12 05:04:30 Processing Completed Batch question generation completed with 3 total questions from 0 chapters OPENROUTER
Metadata:
{
    "total_questions": 3,
    "chapters_count": 0,
    "batch_mode": true
}
2026-07-12 05:04:29 Response Received Received batch response with 3 questions from 3 chapters OPENROUTER
Response
Metadata:
{
    "questions_generated": 3,
    "chapters_count": 3,
    "all_chapters_covered": true,
    "token_usage": {
        "promptTokens": 2228,
        "cachedTokens": 0,
        "completionTokens": 204,
        "totalTokens": 2432,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: daily_relevant_law  
CATEGORY_REASON: Lege care aprobă o ordonanță de urgență ce introduce modificări în diverse acte normative, cu impact în administrația publică și proceduri civice

| **ARTICOL UNIC** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 6 | 9 | În ce condiții pot instituțiile publice solicita extras de pe cazierul judiciar al unei persoane? |
| 6 | 10 | Ce informații sunt prevăzute în extrasul de pe cazierul judiciar transmis instituțiilor publice? |
| 9 | 10 | Care sunt modificările aduse articolului 21 din actul normativ prin această lege? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,432

Cost: $0.000221

Processing Time: 2921000 ms

2026-07-12 04:48:25 Batch Created Added to batch 1/12 OPENROUTER
Metadata:
{
    "batch_id": "e0880466-9030-48c3-a2d0-dbd0c23fa46f",
    "provider_batch_id": "openrouter-local-ee9890d9ef8f1cc8",
    "batch_number": 1,
    "total_batches": 12
}
2026-07-12 04:15:46 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "d42e2461-803d-44e6-ba8e-dd74c25cb50e",
    "document_title": "LEGE 179 18\/07\/2017 - Portal Legislativ",
    "processing_count": 2,
    "batch_mode": true
}
2026-07-12 04:15:46 Prompt Sent Sending batch prompt part 1/1 (elements 1-15) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 15,
    "character_count": 2180,
    "batch_mode": true,
    "json_schema": {
        "type": "object",
        "properties": {
            "documentCategory": {
                "type": "string",
                "description": "Document category classification",
                "enum": [
                    "daily_relevant_law",
                    "daily_relevant_regulation",
                    "daily_relevant_procedure",
                    "decision_salary",
                    "decision_approval",
                    "decision_modification",
                    "decision_other",
                    "uncategorized"
                ]
            },
            "categoryReason": {
                "type": "string",
                "description": "Explanation for the categorization (max 50 words)"
            },
            "chapters": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "chapter": {
                            "type": "string",
                            "description": "Chapter or article name with short description"
                        },
                        "questions": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "q": {
                                        "type": "string",
                                        "description": "The question text in Romanian"
                                    },
                                    "s": {
                                        "type": "integer",
                                        "description": "Start element number"
                                    },
                                    "e": {
                                        "type": "integer",
                                        "description": "End element number"
                                    }
                                },
                                "required": [
                                    "q",
                                    "s",
                                    "e"
                                ]
                            }
                        }
                    },
                    "required": [
                        "chapter",
                        "questions"
                    ]
                },
                "maxItems": 500
            },
            "allChaptersCovered": {
                "type": "boolean",
                "description": "Whether all chapters in the document have been covered"
            }
        },
        "required": [
            "documentCategory",
            "categoryReason",
            "chapters",
            "allChaptersCovered"
        ]
    }
}
JSON Schema Available View full prompt to see the response format schema
2026-07-12 03:43:05 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "d42e2461-803d-44e6-ba8e-dd74c25cb50e",
    "document_title": "LEGE 179 18\/07\/2017 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-07-12 03:43:05 Prompt Sent Sending batch prompt part 1/1 (elements 1-15) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 15,
    "character_count": 2180,
    "batch_mode": true,
    "json_schema": {
        "type": "object",
        "properties": {
            "documentCategory": {
                "type": "string",
                "description": "Document category classification",
                "enum": [
                    "daily_relevant_law",
                    "daily_relevant_regulation",
                    "daily_relevant_procedure",
                    "decision_salary",
                    "decision_approval",
                    "decision_modification",
                    "decision_other",
                    "uncategorized"
                ]
            },
            "categoryReason": {
                "type": "string",
                "description": "Explanation for the categorization (max 50 words)"
            },
            "chapters": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "chapter": {
                            "type": "string",
                            "description": "Chapter or article name with short description"
                        },
                        "questions": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "q": {
                                        "type": "string",
                                        "description": "The question text in Romanian"
                                    },
                                    "s": {
                                        "type": "integer",
                                        "description": "Start element number"
                                    },
                                    "e": {
                                        "type": "integer",
                                        "description": "End element number"
                                    }
                                },
                                "required": [
                                    "q",
                                    "s",
                                    "e"
                                ]
                            }
                        }
                    },
                    "required": [
                        "chapter",
                        "questions"
                    ]
                },
                "maxItems": 500
            },
            "allChaptersCovered": {
                "type": "boolean",
                "description": "Whether all chapters in the document have been covered"
            }
        },
        "required": [
            "documentCategory",
            "categoryReason",
            "chapters",
            "allChaptersCovered"
        ]
    }
}
JSON Schema Available View full prompt to see the response format schema

Document Relationships & Actions

Actions Induced by This Document
Section Operation Act
ART. 1 MODIFICA PE OUG 41 28/06/2016 ART. 14
ART. 1 COMPLETEAZA PE LEGE (R) 290 24/06/2004 ART. 20
ART. 1 MODIFICA PE LEGE (R) 290 24/06/2004 ART. 21
Documents Referenced by This Act
Section Reference Type Act
Actul REFERIRE LA OUG 41 28/06/2016
Actul REFERIRE LA CONSTITUTIE 21/11/1991 ART. 76
Actul REFERIRE LA CONSTITUTIE (R) 21/11/1991 ART. 75
Actul REFERIRE LA CONSTITUTIE 21/11/1991 ART. 75
Actul REFERIRE LA CONSTITUTIE (R) 21/11/1991 ART. 76
ART. 1 MODIFICA PE OUG 41 28/06/2016 ART. 14
ART. 1 APROBA PE OUG 41 28/06/2016
ART. 1 COMPLETEAZA PE LEGE (R) 290 24/06/2004 ART. 20
ART. 1 MODIFICA PE LEGE (R) 290 24/06/2004 ART. 21
Documents That Reference This Act
Section Reference Type Act
Actul REFERIT DE ORDIN 165 07/05/2025
Actul REFERIT DE ORD DE URGENTA 35 27/06/2025
Actul REFERIT DE ORDIN 740 15/07/2025
Actul REFERIT DE STRATEGIE 05/12/2025
Actul REFERIT DE ORDIN 424 30/12/2025
Actul REFERIT DE METODOLOGIE 01/02/2024
Actul REFERIT DE METODOLOGIE 01/02/2024
Actul REFERIT DE ORDIN 267 05/03/2024
Actul REFERIT DE LEGE 121 30/04/2024
Actul REFERIT DE ORD DE URGENTA 56 30/05/2024
Actul REFERIT DE METODOLOGIE 21/06/2024
Actul REFERIT DE ORDIN 6397 24/10/2024
Actul REFERIT DE METODOLOGIE 13/11/2024
Actul REFERIT DE ORDIN 3929 02/12/2024
Actul REFERIT DE LEGE 9 04/01/2023
Actul REFERIT DE ORDIN 71 20/02/2023
Actul REFERIT DE ANEXA 27/03/2023
Actul REFERIT DE METODOLOGIE 13/04/2023
Actul REFERIT DE ORDIN 20463 11/04/2023
Actul REFERIT DE HOTARARE 507 24/05/2023
Actul REFERIT DE ORDIN 633 28/07/2023
Actul REFERIT DE HOTARARE 946 05/10/2023
Actul REFERIT DE ORDIN 1505 20/12/2023
Actul REFERIT DE ORDIN 165 11/12/2023
Actul REFERIT DE METODOLOGIE 09/02/2022
Actul REFERIT DE METODOLOGIE 08/02/2022
Actul REFERIT DE ORDIN 45 25/02/2022
Actul REFERIT DE ORDIN 42 04/04/2022
Actul REFERIT DE ORDIN 150 09/06/2022
Actul REFERIT DE ORD DE URGENTA 89 27/06/2022
Actul REFERIT DE ORDIN 215 28/07/2022
Actul REFERIT DE ORD DE URGENTA 114 26/08/2022
Actul REFERIT DE NORMA 16/09/2022
Actul REFERIT DE ORDIN 3199 28/01/2021
Actul REFERIT DE LEGE 267 09/11/2021
Actul REFERIT DE ORD DE URGENTA 30 18/03/2020
Actul REFERIT DE METODOLOGIE 01/11/2019
Actul REFERIT DE METODOLOGIE 03/10/2018
Actul REFERIT DE ORDIN 1490 03/12/2018
Actul PROMULGAT DE DECRET 644 17/07/2017
Actul REFERIT DE DECRET 644 17/07/2017
Actul REFERIT DE ORDIN 870 24/07/2017
Actul REFERIT DE ORDIN 97 17/08/2017
Actul REFERIT DE METODOLOGIE 02/10/2017
Actul REFERIT DE HOTARARE 804 08/11/2017
Actul REFERIT DE HOTARARE 908 14/12/2017
Back to List View Original