
Uses of Class
org.hl7.fhir.dstu2.model.Conformance.SystemInteractionComponent
Packages that use Conformance.SystemInteractionComponent
-
Uses of Conformance.SystemInteractionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.SystemInteractionComponentModifier and TypeMethodDescriptionprotected Conformance.SystemInteractionComponentJsonParser.parseConformanceSystemInteractionComponent(com.google.gson.JsonObject json, Conformance owner) protected Conformance.SystemInteractionComponentXmlParser.parseConformanceSystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Conformance.SystemInteractionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConformanceSystemInteractionComponent(String name, Conformance.SystemInteractionComponent element) protected voidXmlParser.composeConformanceSystemInteractionComponent(String name, Conformance.SystemInteractionComponent element) protected voidJsonParser.composeConformanceSystemInteractionComponentInner(Conformance.SystemInteractionComponent element) -
Uses of Conformance.SystemInteractionComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Conformance.SystemInteractionComponentModifier and TypeFieldDescriptionprotected List<Conformance.SystemInteractionComponent> Conformance.ConformanceRestComponent.interactionA specification of restful operations supported by the system.Methods in org.hl7.fhir.dstu2.model that return Conformance.SystemInteractionComponentModifier and TypeMethodDescriptionConformance.ConformanceRestComponent.addInteraction()Conformance.SystemInteractionComponent.copy()Conformance.SystemInteractionComponent.setCode(Conformance.SystemRestfulInteraction value) Conformance.SystemInteractionComponent.setCodeElement(Enumeration<Conformance.SystemRestfulInteraction> value) Conformance.SystemInteractionComponent.setDocumentation(String value) Conformance.SystemInteractionComponent.setDocumentationElement(StringType value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.SystemInteractionComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Conformance.SystemInteractionComponentModifier and TypeMethodDescriptionConformance.ConformanceRestComponent.addInteraction(Conformance.SystemInteractionComponent t)