public enum V3Hl7V3Conformance extends Enum<V3Hl7V3Conformance>
| Enum Constant and Description |
|---|
I
Description: Implementers receiving this property must not raise an error if the data is received, but will not perform any useful function with the data.
|
NP
Description: All implementers are prohibited from transmitting this content, and may raise an error if they receive it.
|
NULL
added to help the parsers
|
R
Description: All implementers must support this property.
|
RC
Description: The element is considered "required" (i.e.
|
RI
Description: The element is considered "required" (i.e.
|
U
Description: The conformance expectations for this element have not yet been determined.
|
| Modifier and Type | Method and Description |
|---|---|
static V3Hl7V3Conformance |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3Hl7V3Conformance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3Hl7V3Conformance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3Hl7V3Conformance I
public static final V3Hl7V3Conformance NP
public static final V3Hl7V3Conformance R
public static final V3Hl7V3Conformance RC
public static final V3Hl7V3Conformance RI
public static final V3Hl7V3Conformance U
public static final V3Hl7V3Conformance NULL
public static V3Hl7V3Conformance[] values()
for (V3Hl7V3Conformance c : V3Hl7V3Conformance.values()) System.out.println(c);
public static V3Hl7V3Conformance 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 V3Hl7V3Conformance 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.