public static enum DiagnosticServiceCode.DiagnosticService extends Enum<DiagnosticServiceCode.DiagnosticService>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDisplayName() |
static DiagnosticServiceCode.DiagnosticService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticServiceCode.DiagnosticService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiagnosticServiceCode.DiagnosticService AUDIOLOGY
public static final DiagnosticServiceCode.DiagnosticService BEDSIDE_ICU_MONITORING
public static final DiagnosticServiceCode.DiagnosticService BLOOD_BANK
public static final DiagnosticServiceCode.DiagnosticService BLOOD_GASES
public static final DiagnosticServiceCode.DiagnosticService CARDIAC_CATHETERIZATION
public static final DiagnosticServiceCode.DiagnosticService CARDIAC_ULTRASOUND
public static final DiagnosticServiceCode.DiagnosticService CAT_SCAN
public static final DiagnosticServiceCode.DiagnosticService CHEMISTRY
public static final DiagnosticServiceCode.DiagnosticService CINERADIOGRAPH
public static final DiagnosticServiceCode.DiagnosticService CYTOPATHOLOGY
public static final DiagnosticServiceCode.DiagnosticService ELECTROCARDIAC
public static final DiagnosticServiceCode.DiagnosticService ELECTRONEURO
public static final DiagnosticServiceCode.DiagnosticService HEMATOLOGY
public static final DiagnosticServiceCode.DiagnosticService IMMUNOLOGY
public static final DiagnosticServiceCode.DiagnosticService LABORATORY
public static final DiagnosticServiceCode.DiagnosticService MICROBIOLOGY
public static final DiagnosticServiceCode.DiagnosticService MYCOBACTERIOLOGY
public static final DiagnosticServiceCode.DiagnosticService MYCOLOGY
public static final DiagnosticServiceCode.DiagnosticService NUCLEAR_MAGNETIC_RESONANCE
public static final DiagnosticServiceCode.DiagnosticService NUCLEAR_MEDICINE_SCAN
public static final DiagnosticServiceCode.DiagnosticService NURSING_SERVICE_MEASURES
public static final DiagnosticServiceCode.DiagnosticService OB_ULTRASOUND
public static final DiagnosticServiceCode.DiagnosticService OCCUPATIONAL_THERAPY
public static final DiagnosticServiceCode.DiagnosticService OTHER
public static final DiagnosticServiceCode.DiagnosticService OUTSIDE_LAB
public static final DiagnosticServiceCode.DiagnosticService PHARMACY
public static final DiagnosticServiceCode.DiagnosticService PHYSICAL_THERAPY
public static final DiagnosticServiceCode.DiagnosticService PHYSICIAN
public static final DiagnosticServiceCode.DiagnosticService PULMONARY_FUNCTION
public static final DiagnosticServiceCode.DiagnosticService RADIATION_THERAPY
public static final DiagnosticServiceCode.DiagnosticService RADIOGRAPH
public static final DiagnosticServiceCode.DiagnosticService RADIOLOGY
public static final DiagnosticServiceCode.DiagnosticService RADIOLOGY_ULTRASOUND
public static final DiagnosticServiceCode.DiagnosticService RESPIRATORY_CARE_THERAPY
public static final DiagnosticServiceCode.DiagnosticService SEROLOGY
public static final DiagnosticServiceCode.DiagnosticService SURGICAL_PATHOLOGY
public static final DiagnosticServiceCode.DiagnosticService TOXICOLOGY
public static final DiagnosticServiceCode.DiagnosticService VASCULAR_ULTRASOUND
public static final DiagnosticServiceCode.DiagnosticService VIROLOGY
public static DiagnosticServiceCode.DiagnosticService[] values()
for (DiagnosticServiceCode.DiagnosticService c : DiagnosticServiceCode.DiagnosticService.values()) System.out.println(c);
public static DiagnosticServiceCode.DiagnosticService valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDisplayName()
public String getCode()
Copyright © 2021. All rights reserved.