Enum V3ParticipationMode
- All Implemented Interfaces:
Serializable
,Comparable<V3ParticipationMode>
-
Enum Constant Summary
Enum ConstantDescriptionParticipation by pre-recorded voice.Participation by non-human-languaged based electronic signalParticipation by text or diagrams transmitted over an electronic mail system.Participation by voice communication where parties speak to each other directly.Participation by text or diagrams printed on paper that have been transmitted over a fax deviceParticipation by text or diagrams printed on paper or other recording mediumParticipation by text or diagrams printed on paper transmitted physically (e.g.added to help the parsersParticipation by text or diagrams submitted by computer network, e.g.Participation by voice communication where the voices of the communicating parties are transported over an electronic mediumParticipation by direct action where subject and actor are in the same location.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.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.Participation by voice communicationParticipation by voice and visual communication where the voices and images of the communicating parties are transported over an electronic mediumParticipation by human language recorded on a physical material -
Method Summary
Modifier and TypeMethodDescriptionstatic V3ParticipationMode
toCode()
static V3ParticipationMode
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.
-
Enum Constant Details
-
ELECTRONIC
Participation by non-human-languaged based electronic signal -
PHYSICAL
Participation by direct action where subject and actor are in the same location. (The participation involves more than communication.) -
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. (The participation involves more than communication.) -
VERBAL
Participation by voice communication -
DICTATE
Participation by pre-recorded voice. Communication is limited to one direction (from the recorder to recipient). -
FACE
Participation by voice communication where parties speak to each other directly. -
PHONE
Participation by voice communication where the voices of the communicating parties are transported over an electronic medium -
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 -
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. by courier service, postal service). -
ONLINEWRIT
Participation by text or diagrams submitted by computer network, e.g. online survey. -
EMAILWRIT
Participation by text or diagrams transmitted over an electronic mail system. -
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. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static V3ParticipationMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-