Uses of Class
org.hl7.fhir.dstu2016may.model.ModuleMetadata
-
Packages that use ModuleMetadata Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ModuleMetadata in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ModuleMetadata Modifier and Type Method Description protected ModuleMetadataJsonParser. parseModuleMetadata(com.google.gson.JsonObject json)protected ModuleMetadataXmlParser. parseModuleMetadata(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ModuleMetadata in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as ModuleMetadata Modifier and Type Field Description protected ModuleMetadataDecisionSupportRule. moduleMetadataThe metadata for the decision support rule, including publishing, life-cycle, version, documentation, and supporting evidence.protected ModuleMetadataDecisionSupportServiceModule. moduleMetadataThe metadata for the decision support service module, including publishing, life-cycle, version, documentation, and supporting evidence.protected ModuleMetadataLibrary. moduleMetadataThe metadata for the library, including publishing, life-cycle, version, documentation, and supporting evidence.protected ModuleMetadataMeasure. moduleMetadataThe metadata for the measure, including publishing, life-cycle, version, documentation, and supporting evidence.protected ModuleMetadataOrderSet. moduleMetadataA reference to a ModuleMetadata resource containing metadata for the orderset.Methods in org.hl7.fhir.dstu2016may.model with parameters of type ModuleMetadata Modifier and Type Method Description DecisionSupportRuleDecisionSupportRule. setModuleMetadata(ModuleMetadata value)DecisionSupportServiceModuleDecisionSupportServiceModule. setModuleMetadata(ModuleMetadata value)LibraryLibrary. setModuleMetadata(ModuleMetadata value)MeasureMeasure. setModuleMetadata(ModuleMetadata value)OrderSetOrderSet. setModuleMetadata(ModuleMetadata value)
-