コード例 #1
0
 public OralHealthClaimItem() {
     this.prosthesisField = new OralHealthClaimProsthesis();
     this.detailField = new List<OralHealthClaimDetail>();
     this.modifierField = new List<Coding>();
     this.subsiteField = new List<Coding>();
     this.bodySiteField = new Coding();
     this.udiField = new Coding();
     this.netField = new Money();
     this.pointsField = new @decimal();
     this.factorField = new @decimal();
     this.unitPriceField = new Money();
     this.quantityField = new Quantity();
     this.serviceDateField = new date();
     this.serviceField = new Coding();
     this.providerField = new Reference();
     this.typeField = new Coding();
     this.sequenceField = new integer();
 }
コード例 #2
0
 public RiskAssessmentPrediction() {
     this.rationaleField = new @string();
     this.item1Field = new Element();
     this.relativeRiskField = new @decimal();
     this.itemField = new Element();
     this.outcomeField = new CodeableConcept();
 }
コード例 #3
0
 public OralHealthClaimDetail() {
     this.subDetailField = new List<OralHealthClaimSubDetail>();
     this.udiField = new Coding();
     this.netField = new Money();
     this.pointsField = new @decimal();
     this.factorField = new @decimal();
     this.unitPriceField = new Money();
     this.quantityField = new Quantity();
     this.serviceField = new Coding();
     this.typeField = new Coding();
     this.sequenceField = new integer();
 }
コード例 #4
0
 public TimingRepeat() {
     this.endField = new dateTime();
     this.countField = new integer();
     this.unitsField = new UnitsOfTime();
     this.durationField = new @decimal();
     this.whenField = new EventTiming();
     this.frequencyField = new integer();
 }
コード例 #5
0
 public Contract() {
     this.ruleField = new Attachment();
     this.legalField = new Attachment();
     this.friendlyField = new Attachment();
     this.termField = new List<ContractTerm>();
     this.signerField = new List<ContractSigner>();
     this.notaryField = new List<Reference>();
     this.executorField = new List<Reference>();
     this.witnessField = new List<Reference>();
     this.granteeField = new List<Reference>();
     this.grantorField = new List<Reference>();
     this.authorField = new List<Reference>();
     this.netField = new Money();
     this.pointsField = new @decimal();
     this.factorField = new @decimal();
     this.unitPriceField = new Money();
     this.quantityField = new Quantity();
     this.appliesField = new Period();
     this.issuedField = new dateTime();
     this.subtypeField = new List<CodeableConcept>();
     this.typeField = new CodeableConcept();
     this.subjectField = new List<Reference>();
     this.identifierField = new Identifier();
 }
コード例 #6
0
 public SampledData() {
     this.dataField = new SampledDataDataType();
     this.dimensionsField = new integer();
     this.upperLimitField = new @decimal();
     this.lowerLimitField = new @decimal();
     this.factorField = new @decimal();
     this.periodField = new @decimal();
     this.originField = new Quantity();
 }
コード例 #7
0
 public Quantity() {
     this.codeField = new code();
     this.systemField = new uri();
     this.unitsField = new @string();
     this.comparatorField = new QuantityComparator();
     this.valueField = new @decimal();
 }
コード例 #8
0
 public BundleEntry() {
     this.resourceField = new ResourceContainer();
     this.deletedField = new BundleDeleted();
     this.scoreField = new @decimal();
     this.searchField = new uri();
     this.statusField = new BundleEntryStatus();
     this.baseField = new uri();
 }
コード例 #9
0
 public ClaimResponseAdjudication() {
     this.valueField = new @decimal();
     this.amountField = new Money();
     this.codeField = new Coding();
 }
コード例 #10
0
 public LocationPosition() {
     this.altitudeField = new @decimal();
     this.latitudeField = new @decimal();
     this.longitudeField = new @decimal();
 }