Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEvent
Packages that use Conformance.MessagingEvent
-
Uses of Conformance.MessagingEvent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.MessagingEventModifier and TypeMethodDescriptionConformance.Messaging.addEvent()Adds and returns a new value for event ()Conformance.Messaging.getEventFirstRep()Gets the first repetition for event (), creating it if it does not already exist.Conformance.MessagingEvent.setCategory(MessageSignificanceCategoryEnum theValue)Sets the value(s) for category ()Conformance.MessagingEvent.setCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue)Sets the value(s) for category ()Sets the value(s) for code ()Conformance.MessagingEvent.setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.MessagingEvent.setDocumentation(String theString)Sets the value for documentation ()Conformance.MessagingEvent.setFocus(ResourceTypeEnum theValue)Sets the value(s) for focus ()Conformance.MessagingEvent.setFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)Sets the value(s) for focus ()Conformance.MessagingEvent.setMode(ConformanceEventModeEnum theValue)Sets the value(s) for mode ()Conformance.MessagingEvent.setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue)Sets the value(s) for mode ()Conformance.MessagingEvent.setRequest(ResourceReferenceDt theValue)Sets the value(s) for request ()Conformance.MessagingEvent.setResponse(ResourceReferenceDt theValue)Sets the value(s) for response ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.MessagingEventModifier and TypeMethodDescriptionConformance.Messaging.getEvent()Gets the value(s) for event ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.MessagingEventModifier and TypeMethodDescriptionConformance.Messaging.addEvent(Conformance.MessagingEvent theValue)Adds a given new value for event ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.MessagingEventModifier and TypeMethodDescriptionConformance.Messaging.setEvent(List<Conformance.MessagingEvent> theValue)Sets the value(s) for event ()