Uses of Class
org.hl7.fhir.dstu2.model.Conformance.SystemInteractionComponent
-
Packages that use Conformance.SystemInteractionComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Conformance.SystemInteractionComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Conformance.SystemInteractionComponent Modifier and Type Method Description protected 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.SystemInteractionComponent Modifier and Type Method Description protected 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.SystemInteractionComponent Modifier and Type Field Description protected List<Conformance.SystemInteractionComponent>Conformance.ConformanceRestComponent. interactionA specification of restful operations supported by the system.Methods in org.hl7.fhir.dstu2.model that return Conformance.SystemInteractionComponent Modifier and Type Method Description Conformance.SystemInteractionComponentConformance.ConformanceRestComponent. addInteraction()Conformance.SystemInteractionComponentConformance.SystemInteractionComponent. copy()Conformance.SystemInteractionComponentConformance.SystemInteractionComponent. setCode(Conformance.SystemRestfulInteraction value)Conformance.SystemInteractionComponentConformance.SystemInteractionComponent. setCodeElement(Enumeration<Conformance.SystemRestfulInteraction> value)Conformance.SystemInteractionComponentConformance.SystemInteractionComponent. setDocumentation(String value)Conformance.SystemInteractionComponentConformance.SystemInteractionComponent. setDocumentationElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Conformance.SystemInteractionComponent Modifier and Type Method Description List<Conformance.SystemInteractionComponent>Conformance.ConformanceRestComponent. getInteraction()Methods in org.hl7.fhir.dstu2.model with parameters of type Conformance.SystemInteractionComponent Modifier and Type Method Description Conformance.ConformanceRestComponentConformance.ConformanceRestComponent. addInteraction(Conformance.SystemInteractionComponent t)
-