Überblick
Anlass der Bestimmung des Scores OP oder Stanze
Technische Informationen
Übersicht Felder
| | |
---|
simpleType | | O = OP S = Stanze U = Unbekannt |
XML-Schema
<xs:simpleType name="AnlassGleasonScore_Typ">
<xs:annotation>
<xs:documentation>Anlass der Bestimmung des Scores OP oder Stanze</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>Op</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>Stanze</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>Unbekannt</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>