
Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationDefinition
Packages that use OperationDefinition
-
Uses of OperationDefinition in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return OperationDefinitionModifier and TypeMethodDescriptionOperationDefinition.addContact
(OperationDefinition.Contact theValue) Adds a given new value for contact ()OperationDefinition.addParameter
(OperationDefinition.Parameter theValue) Adds a given new value for parameter ()OperationDefinition.setBase
(ResourceReferenceDt theValue) Sets the value(s) for base ()OperationDefinition.setCode
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for code ()Sets the value for code ()OperationDefinition.setContact
(List<OperationDefinition.Contact> theValue) Sets the value(s) for contact ()OperationDefinition.setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date (when.recorded)Sets the value for date (when.recorded)OperationDefinition.setDateWithSecondsPrecision
(Date theDate) Sets the value for date (when.recorded)OperationDefinition.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()OperationDefinition.setDescription
(String theString) Sets the value for description ()OperationDefinition.setExperimental
(boolean theBoolean) Sets the value for experimental ()OperationDefinition.setExperimental
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for experimental ()OperationDefinition.setIdempotent
(boolean theBoolean) Sets the value for idempotent ()OperationDefinition.setIdempotent
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for idempotent ()OperationDefinition.setInstance
(boolean theBoolean) Sets the value for instance ()OperationDefinition.setInstance
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for instance ()OperationDefinition.setKind
(OperationKindEnum theValue) Sets the value(s) for kind (class)OperationDefinition.setKind
(ca.uhn.fhir.model.primitive.BoundCodeDt<OperationKindEnum> theValue) Sets the value(s) for kind (class)OperationDefinition.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()OperationDefinition.setNotes
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for notes ()Sets the value for notes ()OperationDefinition.setParameter
(List<OperationDefinition.Parameter> theValue) Sets the value(s) for parameter ()OperationDefinition.setPublisher
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for publisher (who.witness)OperationDefinition.setPublisher
(String theString) Sets the value for publisher (who.witness)OperationDefinition.setRequirements
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for requirements ()OperationDefinition.setRequirements
(String theString) Sets the value for requirements ()OperationDefinition.setStatus
(ConformanceResourceStatusEnum theValue) Sets the value(s) for status (status)OperationDefinition.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue) Sets the value(s) for status (status)OperationDefinition.setSystem
(boolean theBoolean) Sets the value for system ()OperationDefinition.setSystem
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for system ()OperationDefinition.setType
(ResourceTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()OperationDefinition.setType
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for type ()OperationDefinition.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url (id)Sets the value for url (id)OperationDefinition.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version (id.version)OperationDefinition.setVersion
(String theString) Sets the value for version (id.version) -
Uses of OperationDefinition in ca.uhn.fhir.rest.server.provider.dstu2
Methods in ca.uhn.fhir.rest.server.provider.dstu2 that return OperationDefinitionModifier and TypeMethodDescriptionServerConformanceProvider.readOperationDefinition
(ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)