Uses of Class
org.hl7.fhir.dstu2016may.model.Protocol.ProtocolStepComponent
-
Packages that use Protocol.ProtocolStepComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Protocol.ProtocolStepComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Protocol.ProtocolStepComponent Modifier and Type Method Description protected Protocol.ProtocolStepComponentJsonParser. parseProtocolProtocolStepComponent(com.google.gson.JsonObject json, Protocol owner)protected Protocol.ProtocolStepComponentXmlParser. parseProtocolProtocolStepComponent(org.xmlpull.v1.XmlPullParser xpp, Protocol owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Protocol.ProtocolStepComponent Modifier and Type Method Description protected voidJsonParser. composeProtocolProtocolStepComponent(String name, Protocol.ProtocolStepComponent element)protected voidRdfParser. composeProtocolProtocolStepComponent(RdfGenerator.Complex parent, String parentType, String name, Protocol.ProtocolStepComponent element, int index)protected voidXmlParser. composeProtocolProtocolStepComponent(String name, Protocol.ProtocolStepComponent element)protected voidJsonParser. composeProtocolProtocolStepComponentInner(Protocol.ProtocolStepComponent element) -
Uses of Protocol.ProtocolStepComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Protocol.ProtocolStepComponent Modifier and Type Field Description protected List<Protocol.ProtocolStepComponent>Protocol. stepWhat's done as part of protocol.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Protocol.ProtocolStepComponent Modifier and Type Method Description List<Protocol.ProtocolStepComponent>Protocol. getStep()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Protocol.ProtocolStepComponent Modifier and Type Method Description ProtocolProtocol. addStep(Protocol.ProtocolStepComponent t)
-