public static enum ActivityDefinition.ActivityParticipantType extends Enum<ActivityDefinition.ActivityParticipantType>
Enum Constant and Description |
---|
NULL
added to help the parsers with the generic types
|
PATIENT
The participant is the patient under evaluation
|
PRACTITIONER
The participant is a practitioner involved in the patient's care
|
RELATEDPERSON
The participant is a person related to the patient
|
Modifier and Type | Method and Description |
---|---|
static ActivityDefinition.ActivityParticipantType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ActivityDefinition.ActivityParticipantType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityDefinition.ActivityParticipantType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityDefinition.ActivityParticipantType PATIENT
public static final ActivityDefinition.ActivityParticipantType PRACTITIONER
public static final ActivityDefinition.ActivityParticipantType RELATEDPERSON
public static final ActivityDefinition.ActivityParticipantType NULL
public static ActivityDefinition.ActivityParticipantType[] values()
for (ActivityDefinition.ActivityParticipantType c : ActivityDefinition.ActivityParticipantType.values()) System.out.println(c);
public static ActivityDefinition.ActivityParticipantType 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 ActivityDefinition.ActivityParticipantType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.