public enum ServiceModifiers extends Enum<ServiceModifiers>
| Enum Constant and Description |
|---|
AH
Services provided outside or normal business hours.
|
NULL
added to help the parsers
|
SR
Services provided on the side of the road or such other non-conventional setting.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceModifiers |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ServiceModifiers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModifiers SR
public static final ServiceModifiers AH
public static final ServiceModifiers NULL
public static ServiceModifiers[] values()
for (ServiceModifiers c : ServiceModifiers.values()) System.out.println(c);
public static ServiceModifiers 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 ServiceModifiers fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.