MdCharacteristicsGroup
A single rendering section of the MD Characteristics catalogue. Corresponds to one visual section in the MD-Merkmale form: a Yes/No toggle (SWITCH) or a checkbox group (CHECKBOX).
type MdCharacteristicsGroup {
characteristics: [Characteristic!]!
code: String!
isObsolete: Boolean!
subsections: [MdCharacteristicsSubsection!]
subtitle: String
title: String!
type: MdCharacteristicsGroupType!
}
Fields
MdCharacteristicsGroup.characteristics ● [Characteristic!]! non-null object
Characteristics in this section. SWITCH sections contain exactly one; CHECKBOX sections contain one or more.
MdCharacteristicsGroup.code ● String! non-null scalar
Unique code identifying this section. For SWITCH sections this is the characteristic code; for CHECKBOX sections this is the group enum name.
MdCharacteristicsGroup.isObsolete ● Boolean! non-null scalar
True for sections that are obsolete (legacy, not newly selectable).
MdCharacteristicsGroup.subsections ● [MdCharacteristicsSubsection!] list object
Optional nested subsections. Present only for CHECKBOX sections that contain a nested group (e.g. Aufwändige HKP nested inside Medizinisch-Technisch). Null for SWITCH sections and CHECKBOX sections without nested groups.
MdCharacteristicsGroup.subtitle ● String scalar
Optional subtitle (e.g. "QPR Stichprobenmerkmal" for sampling switches).
MdCharacteristicsGroup.title ● String! non-null scalar
German display title. For SWITCH sections this is the characteristic name.
MdCharacteristicsGroup.type ● MdCharacteristicsGroupType! non-null enum
How this section should be rendered.
Returned By
mdCharacteristicsList query