Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.MessagingEvent
-
Uses of Conformance.MessagingEvent in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionConformance.Messaging.getEvent()
Gets the value(s) for event ().Modifier and TypeMethodDescriptionConformance.Messaging.addEvent
(Conformance.MessagingEvent theValue) Adds a given new value for event ()Modifier and TypeMethodDescriptionConformance.Messaging.setEvent
(List<Conformance.MessagingEvent> theValue) Sets the value(s) for event ()