Enum ParameterGroup
- java.lang.Object
-
- java.lang.Enum<ParameterGroup>
-
- org.hl7.fhir.r4.model.codesystems.ParameterGroup
-
- All Implemented Interfaces:
Serializable,Comparable<ParameterGroup>
public enum ParameterGroup extends Enum<ParameterGroup>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLOODCHEMISTRYBlood Chemistry Parameter Group - MDC_PGRP_BLOOD_CHEM.DRUGDELIVERYDrug Delivery Parameter Group - MDC_PGRP_DRUG.ECGECG Parameter Group - MDC_PGRP_ECG.FLUIDCHEMISTRYFluid Chemistry Parameter Group - MDC_PGRP_FLUID.HAEMODYNAMICHaemodynamic Parameter Group - MDC_PGRP_HEMO.MISCELLANEOUSMiscellaneous Parameter Group - MDC_PGRP_MISC.NEUROLOGICALNeurological Parameter Group - MDC_PGRP_NEURO.NULLadded to help the parsersRESPIRATORYRespiratory Parameter Group - MDC_PGRP_RESP.VENTILATIONVentilation Parameter Group - MDC_PGRP_VENT.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParameterGroupfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ParameterGroupvalueOf(String name)Returns the enum constant of this type with the specified name.static ParameterGroup[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HAEMODYNAMIC
public static final ParameterGroup HAEMODYNAMIC
Haemodynamic Parameter Group - MDC_PGRP_HEMO.
-
ECG
public static final ParameterGroup ECG
ECG Parameter Group - MDC_PGRP_ECG.
-
RESPIRATORY
public static final ParameterGroup RESPIRATORY
Respiratory Parameter Group - MDC_PGRP_RESP.
-
VENTILATION
public static final ParameterGroup VENTILATION
Ventilation Parameter Group - MDC_PGRP_VENT.
-
NEUROLOGICAL
public static final ParameterGroup NEUROLOGICAL
Neurological Parameter Group - MDC_PGRP_NEURO.
-
DRUGDELIVERY
public static final ParameterGroup DRUGDELIVERY
Drug Delivery Parameter Group - MDC_PGRP_DRUG.
-
FLUIDCHEMISTRY
public static final ParameterGroup FLUIDCHEMISTRY
Fluid Chemistry Parameter Group - MDC_PGRP_FLUID.
-
BLOODCHEMISTRY
public static final ParameterGroup BLOODCHEMISTRY
Blood Chemistry Parameter Group - MDC_PGRP_BLOOD_CHEM.
-
MISCELLANEOUS
public static final ParameterGroup MISCELLANEOUS
Miscellaneous Parameter Group - MDC_PGRP_MISC.
-
NULL
public static final ParameterGroup NULL
added to help the parsers
-
-
Method Detail
-
values
public static ParameterGroup[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ParameterGroup c : ParameterGroup.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ParameterGroup valueOf(String name)
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
public static ParameterGroup fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-