|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ParticipationMode>
org.hl7.types.enums.ParticipationMode
public enum ParticipationMode
Identifies the primary means by which an Entity participates in an Act.
| Enum Constant Summary | |
|---|---|
Dictated
Participation by pre-recorded voice. |
|
ElectronicData
Participation by non-human-languaged based electronic signal |
|
Email
Participation by text or diagrams transmitted over an electronic mail system. |
|
FaceToFace
Participation by voice communication where parties speak to each other directly. |
|
Handwritten
Participation by text or diagrams printed on paper or other recording medium |
|
PhysicalPresence
Participation by direct action where subject and actor are in the same location. |
|
RemotePresence
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. |
|
root
|
|
Telefax
Participation by text or diagrams printed on paper that have been transmitted over a fax device |
|
Telephone
Participation by voice communication where the voices of the communicating parties are transported over an electronic medium |
|
Typewritten
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 |
|
Videoconferencing
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 |
|
| Field Summary | |
|---|---|
static UID |
CODE_SYSTEM
|
static ST |
CODE_SYSTEM_NAME
|
| Method Summary | |
|---|---|
ST |
code()
The plain code symbol defined by the code system. |
UID |
codeSystem()
Specifies the code system that defines the code. |
ST |
codeSystemName()
A common name of the coding system. |
ST |
codeSystemVersion()
If applicable, a version descriptor defined specifically for the given code system. |
ST |
displayName()
A name or title for the code, under which the sending system shows the code value to its users. |
java.lang.String |
domainName()
|
BL |
equal(ANY that)
|
BL |
implies(CD that)
|
BL |
isNull()
|
boolean |
isNullJ()
|
ParticipationMode |
mostSpecificGeneralization(CD that)
|
BL |
nonNull()
|
boolean |
nonNullJ()
|
BL |
notApplicable()
|
boolean |
notApplicableJ()
|
NullFlavor |
nullFlavor()
An exceptional value expressing missing information and possibly the reason why the information is missing. |
ST |
originalText()
|
BL |
other()
|
boolean |
otherJ()
|
LIST<CR> |
qualifier()
|
java.lang.String |
toString()
|
SET<CD> |
translation()
|
BL |
unknown()
|
boolean |
unknownJ()
|
static ParticipationMode |
valueOf(ST code)
|
static ParticipationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParticipationMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ParticipationMode root
public static final ParticipationMode ElectronicData
public static final ParticipationMode Verbal
public static final ParticipationMode Dictated
public static final ParticipationMode FaceToFace
public static final ParticipationMode Telephone
public static final ParticipationMode Videoconferencing
public static final ParticipationMode Written
public static final ParticipationMode Email
public static final ParticipationMode Handwritten
public static final ParticipationMode Telefax
public static final ParticipationMode Typewritten
public static final ParticipationMode PhysicalPresence
public static final ParticipationMode RemotePresence
| Field Detail |
|---|
public static final UID CODE_SYSTEM
public static final ST CODE_SYSTEM_NAME
| Method Detail |
|---|
public static final ParticipationMode[] values()
for(ParticipationMode c : ParticipationMode.values())
System.out.println(c);
public static ParticipationMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final BL equal(ANY that)
equal in interface ANYpublic BL implies(CD that)
implies in interface CDpublic ParticipationMode mostSpecificGeneralization(CD that)
mostSpecificGeneralization in interface CDpublic static ParticipationMode valueOf(ST code)
public java.lang.String toString()
toString in interface CStoString in class java.lang.Enum<ParticipationMode>public java.lang.String domainName()
public ST code()
CD
code in interface CDpublic ST displayName()
CD
displayName in interface CDpublic UID codeSystem()
CD
codeSystem in interface CDpublic ST codeSystemName()
CD
codeSystemName in interface CDpublic ST codeSystemVersion()
CD
codeSystemVersion in interface CDpublic ST originalText()
originalText in interface CDpublic SET<CD> translation()
translation in interface CDpublic LIST<CR> qualifier()
qualifier in interface CDpublic NullFlavor nullFlavor()
ANY
nullFlavor in interface ANYpublic boolean isNullJ()
isNullJ in interface ANYpublic boolean nonNullJ()
nonNullJ in interface ANYpublic boolean notApplicableJ()
notApplicableJ in interface ANYpublic boolean unknownJ()
unknownJ in interface ANYpublic boolean otherJ()
otherJ in interface ANYpublic BL isNull()
isNull in interface ANYpublic BL nonNull()
nonNull in interface ANYpublic BL notApplicable()
notApplicable in interface ANYpublic BL unknown()
unknown in interface ANYpublic BL other()
other in interface ANY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||