Uses of Class
org.hl7.fhir.r4.model.CapabilityStatement.SystemInteractionComponent
-
Packages that use CapabilityStatement.SystemInteractionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CapabilityStatement.SystemInteractionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CapabilityStatement.SystemInteractionComponent Modifier and Type Method Description protected CapabilityStatement.SystemInteractionComponentJsonParser. parseCapabilityStatementSystemInteractionComponent(com.google.gson.JsonObject json, CapabilityStatement owner)protected CapabilityStatement.SystemInteractionComponentXmlParser. parseCapabilityStatementSystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) -
Uses of CapabilityStatement.SystemInteractionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CapabilityStatement.SystemInteractionComponent Modifier and Type Field Description protected List<CapabilityStatement.SystemInteractionComponent>CapabilityStatement.CapabilityStatementRestComponent. interactionA specification of restful operations supported by the system.Methods in org.hl7.fhir.r4.model that return types with arguments of type CapabilityStatement.SystemInteractionComponent Modifier and Type Method Description List<CapabilityStatement.SystemInteractionComponent>CapabilityStatement.CapabilityStatementRestComponent. getInteraction()Methods in org.hl7.fhir.r4.model with parameters of type CapabilityStatement.SystemInteractionComponent Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestComponentCapabilityStatement.CapabilityStatementRestComponent. addInteraction(CapabilityStatement.SystemInteractionComponent t)voidCapabilityStatement.SystemInteractionComponent. copyValues(CapabilityStatement.SystemInteractionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CapabilityStatement.SystemInteractionComponent Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestComponentCapabilityStatement.CapabilityStatementRestComponent. setInteraction(List<CapabilityStatement.SystemInteractionComponent> theInteraction)
-