Uses of Class
org.hl7.fhir.dstu2.model.Conformance.MessageSignificanceCategory
-
Packages that use Conformance.MessageSignificanceCategory Package Description org.hl7.fhir.dstu2.model -
-
Uses of Conformance.MessageSignificanceCategory in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.MessageSignificanceCategory Modifier and Type Field Description protected Enumeration<Conformance.MessageSignificanceCategory>Conformance.ConformanceMessagingEventComponent. categoryThe impact of the content of the message.Methods in org.hl7.fhir.dstu2.model that return Conformance.MessageSignificanceCategory Modifier and Type Method Description static Conformance.MessageSignificanceCategoryConformance.MessageSignificanceCategory. fromCode(String codeString)Conformance.MessageSignificanceCategoryConformance.MessageSignificanceCategoryEnumFactory. fromCode(String codeString)Conformance.MessageSignificanceCategoryConformance.ConformanceMessagingEventComponent. getCategory()static Conformance.MessageSignificanceCategoryConformance.MessageSignificanceCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Conformance.MessageSignificanceCategory[]Conformance.MessageSignificanceCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.MessageSignificanceCategory Modifier and Type Method Description Enumeration<Conformance.MessageSignificanceCategory>Conformance.MessageSignificanceCategoryEnumFactory. fromType(Base code)Enumeration<Conformance.MessageSignificanceCategory>Conformance.ConformanceMessagingEventComponent. getCategoryElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.MessageSignificanceCategory Modifier and Type Method Description Conformance.ConformanceMessagingEventComponentConformance.ConformanceMessagingEventComponent. setCategory(Conformance.MessageSignificanceCategory value)StringConformance.MessageSignificanceCategoryEnumFactory. toCode(Conformance.MessageSignificanceCategory code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Conformance.MessageSignificanceCategory Modifier and Type Method Description Conformance.ConformanceMessagingEventComponentConformance.ConformanceMessagingEventComponent. setCategoryElement(Enumeration<Conformance.MessageSignificanceCategory> value)
-