2023-10-31 11:47:27 -04:00

84 lines
3.6 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<!--
//
// Patient.xml - XML definition for the initial Mocha `Patient` system class instance
//
// Author:
// Michael Becker <alcexhim@gmail.com>
//
// Copyright (c) 2020 Mike Becker's Software
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<mocha xmlns="urn:net.alcetech.schemas.Mocha">
<libraries>
<library id="{39188e4e-805f-45db-990f-94f05b5b0ae9}" defaultObjectSourceId="{062B57B5-D728-4DF8-903A-AD79D843B5CA}">
<instances>
<!-- Patient -->
<instance id="{a8f69928-cc45-4951-8ac6-310ea70d0992}" superClassId="&IDC_Class;">
<translations>
<!-- Class.has title Translation -->
<translation relationshipInstanceId="&IDR_Class__has_title__Translation;">
<translationValues>
<translationValue languageInstanceId="&IDI_Language_English;" value="Patient" />
</translationValues>
</translation>
<!-- Class.has description Translation -->
<translation relationshipInstanceId="{3B29DC78-B30A-46AA-9B20-2573239CECD9}">
<translationValues>
<translationValue languageInstanceId="&IDI_Language_English;" value="" />
</translationValues>
</translation>
</translations>
<relationships>
<relationship relationshipInstanceId="&IDR_Class__has__Attribute;">
<targetInstances>
<instanceReference instanceId="&IDA_Name;" />
<instanceReference instanceId="&IDA_Abstract;" />
<instanceReference instanceId="{0DD670AF-498D-4FEC-A2CF-20E3E56EB732}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Class__instance_labeled_by__String;">
<!-- Class `Class`.instance labeled by String -->
<targetInstances>
<instanceReference instanceId="{DFF37594-DFC2-4269-A04B-510385B615A4}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Class__has_summary__Report_Field;">
<!-- Class `Class`.has summary Report Field `Name`, `Description` -->
<targetInstances>
<instanceReference instanceId="{4CB5C72A-21A2-4B18-A21D-278EBF5C7B91}" />
<instanceReference instanceId="{023FF41D-E77C-4522-A26E-FD9EA65CA38E}" />
<instanceReference instanceId="{5F8A264E-D2B8-40A2-B583-A7ED511C9DD9}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="&IDR_Class__has_related__Task;">
<!-- Class `Class`.has Task `Redirect Task` -->
<targetInstances>
<instanceReference instanceId="{16D35AE0-5F0A-4D06-A14A-8D08E85BFA37}" />
</targetInstances>
</relationship>
<relationship relationshipInstanceId="{CF396DAA-75EA-4148-8468-C66A71F2262D}">
<!-- Class `Class`.has default Task `View Class` -->
<targetInstances>
<instanceReference instanceId="{2BAC6373-6534-4EC3-AB2A-BA85E6CF0B6B}" />
</targetInstances>
</relationship>
</relationships>
</instance>
</instances>
</library>
</libraries>
</mocha>