HG 46 03/02/1992 - Portal Legislativ

Document Information
Document ID: 2246
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-07-08 16:33:35
Last Updated: 2026-09-12 01:25:19
Valid From: 11.02.1992
Valid To: 21.11.2001
Latest Version: Yes
Status: ABROGATED on 21.11.2001
Abrogated By: HG 1172 21/11/2001
Metadata
Meta tags:
  • Title: HG 46 03/02/1992 - Portal Legislativ
  • Keywords: HG 46 03/02/1992 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: HG 46 03/02/1992 - Portal Legislativ
Detail metadata:
  • Status indicator: modificat
  • Publication detail: Publicat în  MONITORUL OFICIAL nr. 17 din 11 februarie 1992

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 11.02.1992
This Version Valid From: 11.02.1992
This Version Valid To: 21.11.2001
Is Latest Version: Yes
Document Type: HOTARARE
Emitent: N/A
Publicat în: Publicat în  MONITORUL OFICIAL nr. 17 din 11 februarie 1992

No related versions found.

Other Versions of this Document

Source Document ID: 2246

Search for all versions
Actions Suffered by This Document
Section Operation Act
Actul ABROGAT DE HG 1172 21/11/2001
Actul ABROGAT DE REGULAMENT 21/11/2001
Actions Induced by This Document
Target Document Section Operation Details
HG 131 27/02/1991 ART. 36 Actul COMPLETEAZA PE
REGULAMENT 27/02/1991 ART. 36 Actul COMPLETEAZA 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-08 19:12
Cost
$0.0002

Section: Section 8-13
Elements: 8 - 13

Section: Section 10-13
Elements: 10 - 13

Section: Section 11-13
Elements: 11 - 13

Question Generation Processing Logs

Total Logs

6

Processing Attempts

1

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-07-08 19:12:39 | Last Processing: 2026-07-08 20:26:03
Timestamp Type Message Provider Actions
2026-07-08 20:26:03 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-08 20:26:01 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": 2418,
        "cachedTokens": 0,
        "completionTokens": 262,
        "totalTokens": 2680,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: decision_modification  
CATEGORY_REASON: Hotărârea modifică o act normativ anterior privind procedura de stabilire a dreptului de proprietate asupra terenurilor și punerea în posesie, fără a crea un cadru nou, ci doar completând prevederile existente.

| **Art. 36 - Măsurile privind punerea în posesie** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 8 | 13 | Care sunt modalitățile prin care autoritățile comunale și orășenești anunță persoanele asupra datei punerii în posesie a terenurilor? |
| 10 | 13 | Ce se întâmplă dacă titularul dreptului de proprietate nu se poate prezenta la data punerii în posesie? |
| 11 | 13 | Cum se consideră realizată punerea în posesie în cazul neprezentării titularului sau a persoanei împuternicite? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,680

Cost: $0.000244

Processing Time: 4387000 ms

2026-07-08 19:48:14 Batch Created Added to batch 1/12 OPENROUTER
Metadata:
{
    "batch_id": "4bd1c40e-e4d3-4aa3-a04d-8e11630666aa",
    "provider_batch_id": "openrouter-local-11323ce9dac7fb4b",
    "batch_number": 1,
    "total_batches": 12
}
2026-07-08 19:12:49 Prompt Sent Sending batch prompt part 1/1 (elements 1-22) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 22,
    "character_count": 3151,
    "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-08 19:12:49 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "e93776ba-8ea9-4ccf-9aed-ec22ed1e2b15",
    "document_title": "HG 46 03\/02\/1992 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-07-08 19:12:39 Batch Created Batch 1/12 creation started with 25 documents -
Metadata:
{
    "batch_number": 1,
    "total_batches": 12,
    "document_count": 25,
    "provider": "openrouter",
    "prompt_version": "qwen_v2",
    "document_ids": [
        "0895f957-57fa-4686-8963-ed45529d8351",
        "1498f7da-81f4-4253-8555-bb75045039b5",
        "1c6d0b9b-6a9d-4df6-a3ae-5f9e147e56cd",
        "317a5a9d-fee8-47ed-aaab-94dcbbf9bfcb",
        "39ba7cca-550d-4215-8505-895c4e16a0df",
        "40b2b69e-222d-4f62-879d-b2145fd7dddc",
        "418ee888-061a-4bba-8477-3c873fee7230",
        "41fc0914-809c-4c5f-9e79-3199fa9cddf4",
        "421b8012-b889-49af-971f-21bb90167282",
        "42513559-4c8c-427c-aa88-55ebfd0f4438",
        "43b32778-56d6-44ea-8b1a-d9aee6acc918",
        "45001058-6225-4928-98e5-84197c9cc43b",
        "46a7ed5b-0c9f-44a2-aa69-62cc01c61a53",
        "479c0a87-9f79-4c1b-aad2-468875c8c81b",
        "49cb82aa-7ec1-42f8-9d91-ca32c3aebde1",
        "4b61a23f-7794-4141-9932-3aeceb0576d2",
        "4d7ce3fd-d420-495e-b232-ed2eb39c0a27",
        "4f3ae05b-2a05-49b9-8362-96d133bef0ba",
        "5130785a-9812-4e6d-bf8e-6163b56add67",
        "5178125d-af89-4a51-a724-f2d8000c99a3",
        "51e86200-7d09-439a-8e0b-dfb6801dcea8",
        "565efddc-1d0e-4aa5-a6eb-a56ec9ae1dc9",
        "570d2412-db32-42a7-b106-0b3c91f1f058",
        "5b2d78e1-d7cc-41ed-93ee-b480d1fea3e8",
        "5bc891fc-d7e0-46d6-9cc5-cb1b1fc68f20"
    ]
}

Document Relationships & Actions

Actions Suffered by This Document
Section Operation Act
Actul ABROGAT DE HG 1172 21/11/2001
Actul ABROGAT DE REGULAMENT 21/11/2001
Actions Induced by This Document
Section Operation Act
Actul COMPLETEAZA PE HG 131 27/02/1991 ART. 36
Actul COMPLETEAZA PE REGULAMENT 27/02/1991 ART. 36
Documents Referenced by This Act
Section Reference Type Act
Actul COMPLETEAZA PE HG 131 27/02/1991 ART. 36
Actul COMPLETEAZA PE REGULAMENT 27/02/1991 ART. 36
Documents That Reference This Act
Section Reference Type Act
Actul ABROGAT DE HG 1172 21/11/2001
Actul ABROGAT DE REGULAMENT 21/11/2001
Back to List View Original