Information technology — Object oriented BioAPI — Part 3: C# implementation

This document specifies an interface of a BioAPI C# framework and BioAPI C# BSP which mirror the corresponding components specified in ISO/IEC 30106-1. The semantic equivalence of this document will be maintained with ISO/IEC 30106-2 (Java implementation). In spite of the differences in actual parameters passed between functions, the names and interface structure are the same.

Technlogies de l'information — Objet orienté BioAPI — Partie 3: Mise en oeuvre de C#

General Information

Status
Published
Publication Date
03-Nov-2020
Current Stage
6060 - International Standard published
Start Date
04-Nov-2020
Due Date
07-Feb-2023
Completion Date
04-Nov-2020
Ref Project

Relations

Buy Standard

Standard
ISO/IEC 30106-3:2020 - Information technology — Object oriented BioAPI — Part 3: C# implementation Released:11/4/2020
English language
58 pages
sale 15% off
Preview
sale 15% off
Preview
Standard
ISO/IEC 30106-3:2020 - Information technology -- Object oriented BioAPI
English language
58 pages
sale 15% off
Preview
sale 15% off
Preview

Standards Content (Sample)


INTERNATIONAL ISO/IEC
STANDARD 30106-3
Second edition
2020-11
Information technology — Object
oriented BioAPI —
Part 3:
C# implementation
Technlogies de l'information — Objet orienté BioAPI —
Partie 3: Mise en oeuvre de C#
Reference number
©
ISO/IEC 2020
© ISO/IEC 2020
All rights reserved. Unless otherwise specified, or required in the context of its implementation, no part of this publication may
be reproduced or utilized otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting
on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address
below or ISO’s member body in the country of the requester.
ISO copyright office
CP 401 • Ch. de Blandonnet 8
CH-1214 Vernier, Geneva
Phone: +41 22 749 01 11
Email: copyright@iso.org
Website: www.iso.org
Published in Switzerland
ii © ISO/IEC 2020 – All rights reserved

Contents Page
Foreword .vi
Introduction .vii
1 Scope . 1
2 Normative references . 1
3 Terms and definitions . 1
4 BioAPI C# Namespace Structure . 1
4.1 Overall structure . 1
4.2 Namespace BioAPI . 1
4.2.1 Namespace description . 1
4.2.2 Structure . 2
4.3 Namespace BioAPI.Data . 2
4.3.1 Namespace description . 2
4.3.2 Structure . 2
5 Data types and constants . 2
5.1 Class ACBioParameters . 2
5.1.1 Description . . . 2
5.1.2 Properties summary . 2
5.2 Class BFPListElement . . 3
5.2.1 Description . . . 3
5.2.2 Properties summary . 3
5.3 Class BFPSchema [Serializable()] . 3
5.3.1 Description . . . 3
5.3.2 Properties summary . 3
5.3.3 Method summary . 4
5.4 Class BIR . 4
5.4.1 Description . . . 4
5.4.2 Properties summary . 4
5.4.3 Method summary . 5
5.5 Class BSPSchema [Serializable()] . 6
5.5.1 Description . . . 6
5.5.2 Properties Summary . . 6
5.5.3 Method summary . 7
5.6 Class Candidate . 7
5.6.1 Description . . . 7
5.6.2 Properties summary . 8
5.7 Class DataTypes . 8
5.7.1 Description . . . 8
5.7.2 Enumerations . 8
5.8 Class Date .15
5.8.1 Description . . .15
5.8.2 Properties summary .15
5.8.3 Methods summary .16
5.9 Class FrameworkSchema .16
5.9.1 Description . . .16
5.9.2 Properties summary .17
5.9.3 Method summary .17
5.10 Class GUIBitmap .17
5.10.1 Description . . .17
5.10.2 Properties .17
5.10.3 Method summary .17
5.11 Class Identifypopulation .18
5.11.1 Description . . .18
© ISO/IEC 2020 – All rights reserved iii

5.11.2 Properties summary .18
5.11.3 Method summary .18
5.12 Class PopulationMember .18
5.12.1 Description . . .18
5.12.2 Properties summary .18
5.13 Class RegistryID .19
5.13.1 Description . . .19
5.13.2 Properties summary .19
5.14 Class SecurityProfileType .19
5.14.1 Description . . .19
5.14.2 Properties summary .19
5.14.3 Method summary .19
5.15 Class UnitList .20
5.15.1 Description . . .20
5.15.2 Properties summary .20
5.15.3 Methods summary .20
5.16 Class UnitListElement .20
5.16.1 Description . . .20
5.16.2 Properties summary .20
5.17 Class UnitSchema .
...


INTERNATIONAL ISO/IEC
STANDARD 30106-3
Second edition
2020-11
Information technology — Object
oriented BioAPI —
Part 3:
C# implementation
Technlogies de l'information — Objet orienté BioAPI —
Partie 3: Mise en oeuvre de C#
Reference number
©
ISO/IEC 2020
© ISO/IEC 2020
All rights reserved. Unless otherwise specified, or required in the context of its implementation, no part of this publication may
be reproduced or utilized otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting
on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address
below or ISO’s member body in the country of the requester.
ISO copyright office
CP 401 • Ch. de Blandonnet 8
CH-1214 Vernier, Geneva
Phone: +41 22 749 01 11
Email: copyright@iso.org
Website: www.iso.org
Published in Switzerland
ii © ISO/IEC 2020 – All rights reserved

Contents Page
Foreword .vi
Introduction .vii
1 Scope . 1
2 Normative references . 1
3 Terms and definitions . 1
4 BioAPI C# Namespace Structure . 1
4.1 Overall structure . 1
4.2 Namespace BioAPI . 1
4.2.1 Namespace description . 1
4.2.2 Structure . 2
4.3 Namespace BioAPI.Data . 2
4.3.1 Namespace description . 2
4.3.2 Structure . 2
5 Data types and constants . 2
5.1 Class ACBioParameters . 2
5.1.1 Description . . . 2
5.1.2 Properties summary . 2
5.2 Class BFPListElement . . 3
5.2.1 Description . . . 3
5.2.2 Properties summary . 3
5.3 Class BFPSchema [Serializable()] . 3
5.3.1 Description . . . 3
5.3.2 Properties summary . 3
5.3.3 Method summary . 4
5.4 Class BIR . 4
5.4.1 Description . . . 4
5.4.2 Properties summary . 4
5.4.3 Method summary . 5
5.5 Class BSPSchema [Serializable()] . 6
5.5.1 Description . . . 6
5.5.2 Properties Summary . . 6
5.5.3 Method summary . 7
5.6 Class Candidate . 7
5.6.1 Description . . . 7
5.6.2 Properties summary . 8
5.7 Class DataTypes . 8
5.7.1 Description . . . 8
5.7.2 Enumerations . 8
5.8 Class Date .15
5.8.1 Description . . .15
5.8.2 Properties summary .15
5.8.3 Methods summary .16
5.9 Class FrameworkSchema .16
5.9.1 Description . . .16
5.9.2 Properties summary .17
5.9.3 Method summary .17
5.10 Class GUIBitmap .17
5.10.1 Description . . .17
5.10.2 Properties .17
5.10.3 Method summary .17
5.11 Class Identifypopulation .18
5.11.1 Description . . .18
© ISO/IEC 2020 – All rights reserved iii

5.11.2 Properties summary .18
5.11.3 Method summary .18
5.12 Class PopulationMember .18
5.12.1 Description . . .18
5.12.2 Properties summary .18
5.13 Class RegistryID .19
5.13.1 Description . . .19
5.13.2 Properties summary .19
5.14 Class SecurityProfileType .19
5.14.1 Description . . .19
5.14.2 Properties summary .19
5.14.3 Method summary .19
5.15 Class UnitList .20
5.15.1 Description . . .20
5.15.2 Properties summary .20
5.15.3 Methods summary .20
5.16 Class UnitListElement .20
5.16.1 Description . . .20
5.16.2 Properties summary .20
5.17 Class UnitSchema .
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.