File: HealthCareProfessionalSection.h

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (58 lines) | stat: -rw-r--r-- 1,554 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
 * Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
 * From ASN.1 module "FEF-IntermediateDraft"
 * 	found in "../annexb-snacc-122001.asn1"
 */

#ifndef	_HealthCareProfessionalSection_H_
#define	_HealthCareProfessionalSection_H_


#include <asn_application.h>

/* Including external dependencies */
#include "Handle.h"
#include "FEFString.h"
#include "Placeholder.h"
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Forward declarations */
struct PersonNameGroup;
struct ExtNomenRef;
struct Authorization;

/* HealthCareProfessionalSection */
typedef struct HealthCareProfessionalSection {
	Handle_t	 handle;
	FEFString_t	*ungroupedname	/* OPTIONAL */;
	struct PersonNameGroup	*characternamegroup	/* OPTIONAL */;
	struct PersonNameGroup	*ideographicnamegroup	/* OPTIONAL */;
	struct PersonNameGroup	*phoneticnamegroup	/* OPTIONAL */;
	FEFString_t	*identification	/* OPTIONAL */;
	struct ExtNomenRef	*identificationcode	/* OPTIONAL */;
	struct Authorization	*authorization_level	/* OPTIONAL */;
	FEFString_t	*function	/* OPTIONAL */;
	struct ExtNomenRef	*functioncode	/* OPTIONAL */;
	Placeholder_t	*placeholder	/* OPTIONAL */;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} HealthCareProfessionalSection_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_HealthCareProfessionalSection;

#ifdef __cplusplus
}
#endif

/* Referred external types */
#include "PersonNameGroup.h"
#include "ExtNomenRef.h"
#include "Authorization.h"

#endif	/* _HealthCareProfessionalSection_H_ */