public enum SpecificationType extends Enum<SpecificationType>
| Enum Constant and Description |
|---|
FIRMWAREREVISION
Firmware Revision - MDC_ID_PROD_SPEC_FW
|
GMDN
GMDN - MDC_ID_PROD_SPEC_GMDN
|
HARDWAREREVISION
Hardware Revision - MDC_ID_PROD_SPEC_HW
|
NULL
added to help the parsers
|
PARTNUMBER
Part Number - MDC_ID_PROD_SPEC_PART
|
PROTOCOLREVISION
Protocol Revision - MDC_ID_PROD_SPEC_PROTOCOL
|
SERIALNUMBER
Serial Number - MDC_ID_PROD_SPEC_SERIAL
|
SOFTWAREREVISION
Software Revision - MDC_ID_PROD_SPEC_SW
|
UNSPECIFIED
Unspecified Production Specification - MDC_ID_PROD_SPEC_UNSPECIFIED
|
| Modifier and Type | Method and Description |
|---|---|
static SpecificationType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SpecificationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecificationType UNSPECIFIED
public static final SpecificationType SERIALNUMBER
public static final SpecificationType PARTNUMBER
public static final SpecificationType HARDWAREREVISION
public static final SpecificationType SOFTWAREREVISION
public static final SpecificationType FIRMWAREREVISION
public static final SpecificationType PROTOCOLREVISION
public static final SpecificationType GMDN
public static final SpecificationType NULL
public static SpecificationType[] values()
for (SpecificationType c : SpecificationType.values()) System.out.println(c);
public static SpecificationType 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 static SpecificationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.