
Uses of Class
org.hl7.fhir.dstu3.model.DiagnosticReport.DiagnosticReportPerformerComponent
Packages that use DiagnosticReport.DiagnosticReportPerformerComponent
-
Uses of DiagnosticReport.DiagnosticReportPerformerComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeMethodDescriptionJsonParser.parseDiagnosticReportDiagnosticReportPerformerComponent(com.google.gson.JsonObject json, DiagnosticReport owner) XmlParser.parseDiagnosticReportDiagnosticReportPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDiagnosticReportDiagnosticReportPerformerComponent(String name, DiagnosticReport.DiagnosticReportPerformerComponent element) protected voidRdfParser.composeDiagnosticReportDiagnosticReportPerformerComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport.DiagnosticReportPerformerComponent element, int index) protected voidXmlParser.composeDiagnosticReportDiagnosticReportPerformerComponent(String name, DiagnosticReport.DiagnosticReportPerformerComponent element) protected voidXmlParser.composeDiagnosticReportDiagnosticReportPerformerComponentElements(DiagnosticReport.DiagnosticReportPerformerComponent element) protected voidJsonParser.composeDiagnosticReportDiagnosticReportPerformerComponentInner(DiagnosticReport.DiagnosticReportPerformerComponent element) protected booleanXmlParser.parseDiagnosticReportDiagnosticReportPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportPerformerComponent res) protected voidJsonParser.parseDiagnosticReportDiagnosticReportPerformerComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportPerformerComponent res) -
Uses of DiagnosticReport.DiagnosticReportPerformerComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeFieldDescriptionDiagnosticReport.performerIndicates who or what participated in producing the report.Methods in org.hl7.fhir.dstu3.model that return DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeMethodDescriptionDiagnosticReport.addPerformer()DiagnosticReport.DiagnosticReportPerformerComponent.copy()DiagnosticReport.getPerformerFirstRep()DiagnosticReport.DiagnosticReportPerformerComponent.setActorTarget(Resource value) DiagnosticReport.DiagnosticReportPerformerComponent.setRole(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DiagnosticReport.DiagnosticReportPerformerComponentMethods in org.hl7.fhir.dstu3.model with parameters of type DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeMethodDescriptionDiagnosticReport.addPerformer(DiagnosticReport.DiagnosticReportPerformerComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DiagnosticReport.DiagnosticReportPerformerComponentModifier and TypeMethodDescriptionDiagnosticReport.setPerformer(List<DiagnosticReport.DiagnosticReportPerformerComponent> thePerformer)