public enum V3ParticipationMode extends Enum<V3ParticipationMode>
| Enum Constant and Description |
|---|
DICTATE
Participation by pre-recorded voice.
|
ELECTRONIC
Participation by non-human-languaged based electronic signal
|
EMAILWRIT
Participation by text or diagrams transmitted over an electronic mail system.
|
FACE
Participation by voice communication where parties speak to each other directly.
|
FAXWRIT
Participation by text or diagrams printed on paper that have been transmitted over a fax device
|
HANDWRIT
Participation by text or diagrams printed on paper or other recording medium
|
MAILWRIT
Participation by text or diagrams printed on paper transmitted physically (e.g.
|
NULL
added to help the parsers
|
ONLINEWRIT
Participation by text or diagrams submitted by computer network, e.g.
|
PHONE
Participation by voice communication where the voices of the communicating parties are transported over an electronic medium
|
PHYSICAL
Participation by direct action where subject and actor are in the same location.
|
REMOTE
Participation by direct action where subject and actor are in separate locations, and the actions of the actor are transmitted by electronic or mechanical means.
|
TYPEWRIT
Participation by text or diagrams printed on paper or other recording medium where the recording was performed using a typewriter, typesetter, computer or similar mechanism.
|
VERBAL
Participation by voice communication
|
VIDEOCONF
Participation by voice and visual communication where the voices and images of the communicating parties are transported over an electronic medium
|
WRITTEN
Participation by human language recorded on a physical material
|
| Modifier and Type | Method and Description |
|---|---|
static V3ParticipationMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ParticipationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ParticipationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ParticipationMode ELECTRONIC
public static final V3ParticipationMode PHYSICAL
public static final V3ParticipationMode REMOTE
public static final V3ParticipationMode VERBAL
public static final V3ParticipationMode DICTATE
public static final V3ParticipationMode FACE
public static final V3ParticipationMode PHONE
public static final V3ParticipationMode VIDEOCONF
public static final V3ParticipationMode WRITTEN
public static final V3ParticipationMode FAXWRIT
public static final V3ParticipationMode HANDWRIT
public static final V3ParticipationMode MAILWRIT
public static final V3ParticipationMode ONLINEWRIT
public static final V3ParticipationMode EMAILWRIT
public static final V3ParticipationMode TYPEWRIT
public static final V3ParticipationMode NULL
public static V3ParticipationMode[] values()
for (V3ParticipationMode c : V3ParticipationMode.values()) System.out.println(c);
public static V3ParticipationMode 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 V3ParticipationMode 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.