public static enum Group.GroupType extends Enum<Group.GroupType>
| Enum Constant and Description |
|---|
ANIMAL
Group contains "animal" Patient resources.
|
DEVICE
Group contains Device resources.
|
MEDICATION
Group contains Medication resources.
|
NULL
added to help the parsers with the generic types
|
PERSON
Group contains "person" Patient resources.
|
PRACTITIONER
Group contains healthcare practitioner resources (Practitioner or PractitionerRole).
|
SUBSTANCE
Group contains Substance resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Group.GroupType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Group.GroupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.GroupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Group.GroupType PERSON
public static final Group.GroupType ANIMAL
public static final Group.GroupType PRACTITIONER
public static final Group.GroupType DEVICE
public static final Group.GroupType MEDICATION
public static final Group.GroupType SUBSTANCE
public static final Group.GroupType NULL
public static Group.GroupType[] values()
for (Group.GroupType c : Group.GroupType.values()) System.out.println(c);
public static Group.GroupType 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 Group.GroupType 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.