Uses of Class
org.hl7.fhir.dstu3.model.DiagnosticReport.DiagnosticReportPerformerComponent
-
Packages that use DiagnosticReport.DiagnosticReportPerformerComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DiagnosticReport.DiagnosticReportPerformerComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Method Description protected DiagnosticReport.DiagnosticReportPerformerComponentJsonParser. parseDiagnosticReportDiagnosticReportPerformerComponent(com.google.gson.JsonObject json, DiagnosticReport owner)protected DiagnosticReport.DiagnosticReportPerformerComponentXmlParser. parseDiagnosticReportDiagnosticReportPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) -
Uses of DiagnosticReport.DiagnosticReportPerformerComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Field Description protected List<DiagnosticReport.DiagnosticReportPerformerComponent>DiagnosticReport. performerIndicates who or what participated in producing the report.Methods in org.hl7.fhir.dstu3.model that return DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Method Description DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport. addPerformer()DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport.DiagnosticReportPerformerComponent. copy()DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport. getPerformerFirstRep()DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport.DiagnosticReportPerformerComponent. setActor(Reference value)DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport.DiagnosticReportPerformerComponent. setActorTarget(Resource value)DiagnosticReport.DiagnosticReportPerformerComponentDiagnosticReport.DiagnosticReportPerformerComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Method Description List<DiagnosticReport.DiagnosticReportPerformerComponent>DiagnosticReport. getPerformer()Methods in org.hl7.fhir.dstu3.model with parameters of type DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. addPerformer(DiagnosticReport.DiagnosticReportPerformerComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type DiagnosticReport.DiagnosticReportPerformerComponent Modifier and Type Method Description DiagnosticReportDiagnosticReport. setPerformer(List<DiagnosticReport.DiagnosticReportPerformerComponent> thePerformer)
-