Enum Hl7WorkGroup
- All Implemented Interfaces:
Serializable
,Comparable<Hl7WorkGroup>
-
Enum Constant Summary
Enum ConstantDescriptionApplication Implementation and Design (http://www.hl7.org/Special/committees/java/index.cfm).Biomedical Research and Regulation (http://www.hl7.org/Special/committees/rcrim/index.cfm).Community Based Collaborative Care (http://www.hl7.org/Special/committees/cbcc/index.cfm).Clinical Decision Support (http://www.hl7.org/Special/committees/dss/index.cfm).Clinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm).Clinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm).Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm).Electronic Health Records (http://www.hl7.org/Special/committees/ehr/index.cfm).FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm).Financial Management (http://www.hl7.org/Special/committees/fm/index.cfm).Health Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm).Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm).Infrastructure And Messaging (http://www.hl7.org/Special/committees/inm/index.cfm).Implementable Technology Specifications (http://www.hl7.org/Special/committees/xml/index.cfm).Modeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm).added to help the parsersOrders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm).Patient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm).Patient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm).Public Health and Emergency Response (http://www.hl7.org/Special/committees/pher/index.cfm).Pharmacy (http://www.hl7.org/Special/committees/medication/index.cfm).Structured Documents (http://www.hl7.org/Special/committees/structure/index.cfm).Security (http://www.hl7.org/Special/committees/secure/index.cfm).US Realm Taskforce (http://www.hl7.org/Special/committees/usrealm/index.cfm).Vocabulary (http://www.hl7.org/Special/committees/Vocab/index.cfm). -
Method Summary
Modifier and TypeMethodDescriptionstatic Hl7WorkGroup
toCode()
static Hl7WorkGroup
Returns the enum constant of this type with the specified name.static Hl7WorkGroup[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CBCC
Community Based Collaborative Care (http://www.hl7.org/Special/committees/cbcc/index.cfm). -
CDS
Clinical Decision Support (http://www.hl7.org/Special/committees/dss/index.cfm). -
CQI
Clinical Quality Information (http://www.hl7.org/Special/committees/cqi/index.cfm). -
CG
Clinical Genomics (http://www.hl7.org/Special/committees/clingenomics/index.cfm). -
DEV
Health Care Devices (http://www.hl7.org/Special/committees/healthcaredevices/index.cfm). -
EHR
Electronic Health Records (http://www.hl7.org/Special/committees/ehr/index.cfm). -
FHIR
FHIR Infrastructure (http://www.hl7.org/Special/committees/fiwg/index.cfm). -
FM
Financial Management (http://www.hl7.org/Special/committees/fm/index.cfm). -
HSI
Health Standards Integration (http://www.hl7.org/Special/committees/hsi/index.cfm). -
II
Imaging Integration (http://www.hl7.org/Special/committees/imagemgt/index.cfm). -
INM
Infrastructure And Messaging (http://www.hl7.org/Special/committees/inm/index.cfm). -
ITS
Implementable Technology Specifications (http://www.hl7.org/Special/committees/xml/index.cfm). -
MNM
Modeling and Methodology (http://www.hl7.org/Special/committees/mnm/index.cfm). -
OO
Orders and Observations (http://www.hl7.org/Special/committees/orders/index.cfm). -
PA
Patient Administration (http://www.hl7.org/Special/committees/pafm/index.cfm). -
PC
Patient Care (http://www.hl7.org/Special/committees/patientcare/index.cfm). -
PHER
Public Health and Emergency Response (http://www.hl7.org/Special/committees/pher/index.cfm). -
PHX
Pharmacy (http://www.hl7.org/Special/committees/medication/index.cfm). -
BRR
Biomedical Research and Regulation (http://www.hl7.org/Special/committees/rcrim/index.cfm). -
SD
Structured Documents (http://www.hl7.org/Special/committees/structure/index.cfm). -
SEC
Security (http://www.hl7.org/Special/committees/secure/index.cfm). -
US
US Realm Taskforce (http://www.hl7.org/Special/committees/usrealm/index.cfm). -
VOCAB
Vocabulary (http://www.hl7.org/Special/committees/Vocab/index.cfm). -
AID
Application Implementation and Design (http://www.hl7.org/Special/committees/java/index.cfm). -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-