Class ScanOutputItem
- java.lang.Object
-
- org.hl7.fhir.validation.cli.model.ScanOutputItem
-
public class ScanOutputItem extends Object
-
-
Constructor Summary
Constructors Constructor Description ScanOutputItem(String ref, org.hl7.fhir.r5.model.ImplementationGuide ig, org.hl7.fhir.r5.model.StructureDefinition profile, org.hl7.fhir.r5.model.OperationOutcome outcome)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()org.hl7.fhir.r5.model.ImplementationGuidegetIg()org.hl7.fhir.r5.model.OperationOutcomegetOutcome()org.hl7.fhir.r5.model.StructureDefinitiongetProfile()StringgetRef()StringgetTitle()voidsetId(String id)
-
-
-
Constructor Detail
-
ScanOutputItem
public ScanOutputItem(String ref, org.hl7.fhir.r5.model.ImplementationGuide ig, org.hl7.fhir.r5.model.StructureDefinition profile, org.hl7.fhir.r5.model.OperationOutcome outcome)
-
-
Method Detail
-
getIg
public org.hl7.fhir.r5.model.ImplementationGuide getIg()
-
getProfile
public org.hl7.fhir.r5.model.StructureDefinition getProfile()
-
getOutcome
public org.hl7.fhir.r5.model.OperationOutcome getOutcome()
-
-