> For the complete documentation index, see [llms.txt](https://help.ilabs.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ilabs.co.kr/faq/06/06-001.md).

# 성적서 기본 연결양식 변경법

## Q 문의&#x20;

* 기본 연결 양식을 어떻게 변경하는지 알려주세요.

## A 답변&#x20;

* 양식은 각 검체유형별로 설정할 수 있으며 설정 방법은 2가지입니다.&#x20;

### 1 성적서 관리 화면을 이용하는 방법

메뉴 : 결재/성적관리 → 성적서 관리 화면

![](/files/-L9sMWWAikC9TIEcPYm5)

1\) 양식을 변경하려는 접수 건을 조회 후 `성적서 양식 변경` 버튼을 누릅니다.

![양식 변경 참조 이미지](/files/-MQiuslNovac0LNbE5T6)

2\) 펼쳐지는 리스트에서 원하는 양식을 선택합니다.&#x20;

{% hint style="info" %}
**※ 1회 변경 시 그 접수 건과 동일 유형의 접수건 기본 양식이 모두 변경됨**
{% endhint %}

### 2 검사항목관리 메뉴를 이용하는 방법

메뉴 : 측정/분석관리 → 검사항목관리 2.0 화면

1\) 양식을 수정하려는 검체유형을 선택합니다.

![](/files/-L9sMWWHIb-0u474DU-C)

2\) `수정` 버튼을 누릅니다.

![](/files/-L9sMWWLXQwW1fafinVG)

3\) 원하는 양식으로 수정 후 `저장`을 누릅니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.ilabs.co.kr/faq/06/06-001.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
