
Enum Class V3ParticipationMode
- All Implemented Interfaces:
- Serializable,- Comparable<V3ParticipationMode>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum 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. by courier service, postal service).added to help the parsersParticipation by text or diagrams submitted by computer network, e.g. online survey.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 SummaryModifier and TypeMethodDescriptionstatic V3ParticipationModetoCode()static V3ParticipationModeReturns the enum constant of this class with the specified name.static V3ParticipationMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ELECTRONICParticipation by non-human-languaged based electronic signal
- 
PHYSICALParticipation by direct action where subject and actor are in the same location. (The participation involves more than communication.)
- 
REMOTEParticipation 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.)
- 
VERBALParticipation by voice communication
- 
DICTATEParticipation by pre-recorded voice. Communication is limited to one direction (from the recorder to recipient).
- 
FACEParticipation by voice communication where parties speak to each other directly.
- 
PHONEParticipation by voice communication where the voices of the communicating parties are transported over an electronic medium
- 
VIDEOCONFParticipation by voice and visual communication where the voices and images of the communicating parties are transported over an electronic medium
- 
WRITTENParticipation by human language recorded on a physical material
- 
FAXWRITParticipation by text or diagrams printed on paper that have been transmitted over a fax device
- 
HANDWRITParticipation by text or diagrams printed on paper or other recording medium
- 
MAILWRITParticipation by text or diagrams printed on paper transmitted physically (e.g. by courier service, postal service).
- 
ONLINEWRITParticipation by text or diagrams submitted by computer network, e.g. online survey.
- 
EMAILWRITParticipation by text or diagrams transmitted over an electronic mail system.
- 
TYPEWRITParticipation by text or diagrams printed on paper or other recording medium where the recording was performed using a typewriter, typesetter, computer or similar mechanism.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static V3ParticipationMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-